Skip to content

Commit

Permalink
Specs: fix actionpack version for 2.2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
asppsa committed Feb 24, 2020
1 parent 2c78adc commit 301196b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ end

# Rails integration testing
group :rails do
gem 'actionpack', '~> 5.0'
git 'https://github.com/rails/rails.git', branch: '5-2-stable' do
gem 'actionpack'
end
gem 'minitest', '~> 5.0'
end

Expand Down

0 comments on commit 301196b

Please sign in to comment.