Skip to content

Commit

Permalink
Add support for Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Jan 16, 2020
1 parent 746ea33 commit c148b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderful.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'contentful', '~> 2.11'
spec.add_dependency 'rails', '~> 5.0'
spec.add_dependency 'rails', ['>= 5.0.0', '< 7']

spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit c148b0e

Please sign in to comment.