Skip to content

Commit

Permalink
allow for higher versions of rails (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-salazar committed Jun 3, 2024
1 parent 38b9c1a commit a551a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ gemspec
# To use a debugger
# gem 'byebug', group: [:development, :test]

gem "rails", "~> 5.1"
gem "rails", ">= 5.1"
2 changes: 1 addition & 1 deletion demux.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.add_dependency "jwt", ">= 1.5", "< 3"
spec.add_dependency "rails", "< 7", ">= 5.1"
spec.add_dependency "rails", ">= 5.1"

spec.add_development_dependency "pg"
spec.add_development_dependency "rubocop"
Expand Down

0 comments on commit a551a15

Please sign in to comment.