Skip to content

Commit

Permalink
Updating minimum Rails version to 4.2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epotocko committed Nov 18, 2019
1 parent c72c935 commit 4ab48c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grapple.gemspec
Expand Up @@ -18,13 +18,13 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.3'

s.add_dependency(%q<actionpack>, [">= 4.2.11"])
s.add_dependency(%q<activesupport>, [">= 4.2.11"])
s.add_dependency(%q<actionpack>, [">= 4.2.11.1"])
s.add_dependency(%q<activesupport>, [">= 4.2.11.1"])

s.add_development_dependency(%q<rspec-rails>, ["~> 3.0"])
s.add_development_dependency(%q<rspec-html-matchers>, ["~> 0.7.0"])
s.add_development_dependency(%q<rake>)
s.add_development_dependency(%q<activemodel>, [">= 4.2.11"])
s.add_development_dependency(%q<activerecord>, [">= 4.2.11"])
s.add_development_dependency(%q<activemodel>, [">= 4.2.11.1"])
s.add_development_dependency(%q<activerecord>, [">= 4.2.11.1"])
s.add_development_dependency(%q<will_paginate>)
end

0 comments on commit 4ab48c8

Please sign in to comment.