Skip to content

Commit

Permalink
Loosen Rails version restriction
Browse files Browse the repository at this point in the history
Allow Rails 5.1 applications to use JBuilder.
  • Loading branch information
maclover7 committed Feb 23, 2017
1 parent 8911c05 commit d681311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jbuilder.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.3'

s.add_dependency 'activesupport', '>= 3.0.0', '< 5.1'
s.add_dependency 'activesupport', '>= 3.0.0', '< 5.2'
s.add_dependency 'multi_json', '~> 1.2'

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit d681311

Please sign in to comment.