Skip to content

Commit

Permalink
Unconstrain Rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Mar 20, 2020
1 parent 5dc711a commit 53d5c54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ test/dummy/db/*.sqlite3-journal
test/dummy/log/*.log
test/dummy/tmp/
.vscode
*.key
*tmp*
*.log
*.sqlite3
2 changes: 1 addition & 1 deletion ecds_rails_auth_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

s.add_dependency 'rails', '~> 5.2.0'
s.add_dependency 'rails'
s.add_dependency 'rails_api_auth'
s.add_dependency 'cancancan', '~> 2.0'
s.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 53d5c54

Please sign in to comment.