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 77 concurrent-ruby (>= 1.3.1 )
88 fugit (~> 1.11.0 )
99 railties (>= 7.1 )
10- thor (~> 1.3.1 )
10+ thor (>= 1.3.1 )
1111
1212GEM
1313 remote: https://rubygems.org/
8787 loofah (2.23.1 )
8888 crass (~> 1.0.2 )
8989 nokogiri (>= 1.12.0 )
90- mini_portile2 (2.8.8 )
9190 minitest (5.25.4 )
9291 mocha (2.1.0 )
9392 ruby2_keywords (>= 0.0.5 )
9493 mutex_m (0.3.0 )
9594 mysql2 (0.5.6 )
9695 nio4r (2.7.4 )
96+ nokogiri (1.18.0-aarch64-linux-gnu )
97+ racc (~> 1.4 )
9798 nokogiri (1.18.0-arm64-darwin )
9899 racc (~> 1.4 )
99100 nokogiri (1.18.0-x86_64-darwin )
172173 ruby-progressbar (1.13.0 )
173174 ruby2_keywords (0.0.5 )
174175 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 )
177180 stringio (3.1.2 )
178181 thor (1.3.2 )
179182 timeout (0.4.3 )
185188 zeitwerk (2.6.0 )
186189
187190PLATFORMS
191+ aarch64-linux
188192 arm64-darwin-22
189193 arm64-darwin-23
190194 arm64-darwin-24
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030 spec . add_dependency "railties" , rails_version
3131 spec . add_dependency "concurrent-ruby" , ">= 1.3.1"
3232 spec . add_dependency "fugit" , "~> 1.11.0"
33- spec . add_dependency "thor" , "~> 1.3.1"
33+ spec . add_dependency "thor" , ">= 1.3.1"
3434
3535 spec . add_development_dependency "appraisal"
3636 spec . add_development_dependency "debug" , "~> 1.9"
You can’t perform that action at this time.
0 commit comments