Skip to content

Commit

Permalink
Fix Ruby 2.4 test by upgrade activesupport from 4 to 5 and rack 1 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Sep 15, 2023
1 parent 6737204 commit 840cff8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 34 deletions.
2 changes: 1 addition & 1 deletion appraisal/ruby-2.4.10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
end

appraise 'activesupport' do
gem 'activesupport', '~> 4'
gem 'activesupport'

gem 'actionpack'
gem 'actionview'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.4.10_activesupport.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 30 additions & 32 deletions gemfiles/ruby_2.4.10_activesupport.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 840cff8

Please sign in to comment.