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 e039f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added support for Rails 6

### Fixed

- Fixed linked entries not being invalidated ([5325981](https://github.com/nebulab/renderful/commit/5325981b6ed093407712e16e9937d86f92cdbab0))
Expand Down
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 e039f2f

Please sign in to comment.