File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
concurrent-ruby (>= 1.3.1 )
8
8
fugit (~> 1.11.0 )
9
9
railties (>= 7.1 )
10
- thor (~> 1.3.1 )
10
+ thor (>= 1.3.1 )
11
11
12
12
GEM
13
13
remote: https://rubygems.org/
87
87
loofah (2.23.1 )
88
88
crass (~> 1.0.2 )
89
89
nokogiri (>= 1.12.0 )
90
- mini_portile2 (2.8.8 )
91
90
minitest (5.25.4 )
92
91
mocha (2.1.0 )
93
92
ruby2_keywords (>= 0.0.5 )
94
93
mutex_m (0.3.0 )
95
94
mysql2 (0.5.6 )
96
95
nio4r (2.7.4 )
96
+ nokogiri (1.18.0-aarch64-linux-gnu )
97
+ racc (~> 1.4 )
97
98
nokogiri (1.18.0-arm64-darwin )
98
99
racc (~> 1.4 )
99
100
nokogiri (1.18.0-x86_64-darwin )
172
173
ruby-progressbar (1.13.0 )
173
174
ruby2_keywords (0.0.5 )
174
175
securerandom (0.4.1 )
175
- sqlite3 (1.5.4 )
176
- mini_portile2 (~> 2.8.0 )
176
+ sqlite3 (2.7.3-aarch64-linux-gnu )
177
+ sqlite3 (2.7.3-arm64-darwin )
178
+ sqlite3 (2.7.3-x86_64-darwin )
179
+ sqlite3 (2.7.3-x86_64-linux-gnu )
177
180
stringio (3.1.2 )
178
181
thor (1.3.2 )
179
182
timeout (0.4.3 )
185
188
zeitwerk (2.6.0 )
186
189
187
190
PLATFORMS
191
+ aarch64-linux
188
192
arm64-darwin-22
189
193
arm64-darwin-23
190
194
arm64-darwin-24
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
spec . add_dependency "railties" , rails_version
31
31
spec . add_dependency "concurrent-ruby" , ">= 1.3.1"
32
32
spec . add_dependency "fugit" , "~> 1.11.0"
33
- spec . add_dependency "thor" , "~> 1.3.1"
33
+ spec . add_dependency "thor" , ">= 1.3.1"
34
34
35
35
spec . add_development_dependency "appraisal"
36
36
spec . add_development_dependency "debug" , "~> 1.9"
You can’t perform that action at this time.
0 commit comments