1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Lock activesupport for our 1.9.3 build

activesupport 5.0 requires Ruby 2.2.2
This commit is contained in:
Gerard Caulfield 2016-07-01 12:26:43 +10:00
parent 03353b348c
commit d4ef9cedad
No known key found for this signature in database
GPG key ID: 623B327128A9BEC3
2 changed files with 5 additions and 0 deletions

View file

@ -49,4 +49,8 @@ end
appraise 'nobrainer' do
gem 'nobrainer'
# When activesupport 5 was released, it required ruby 2.2.2 as a minimum.
# Locking this down to 4.2.6 allows our Ruby 1.9 tests to keep working.
gem 'activesupport', '4.2.6', :platforms => :ruby_19
end

View file

@ -3,5 +3,6 @@
source "https://rubygems.org"
gem "nobrainer"
gem "activesupport", "4.2.6", :platforms => :ruby_19
gemspec :path => "../"