Skip to content

Commit

Permalink
Disallow Rails < 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Sep 13, 2019
1 parent 0b2efb1 commit 276ed2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

- Added support for Rails 6!

### Changed

- Rails 5.2.0 is now the minimum required version

## [2.0.0]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions hertz.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'rails', '>= 4.0.0', '< 7'
s.add_dependency 'rails', '>= 5.2.0', '< 7'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'combustion'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'database_cleaner'
s.add_development_dependency 'factory_bot_rails'
s.add_development_dependency 'faker'
Expand Down

0 comments on commit 276ed2c

Please sign in to comment.