Skip to content

Commit

Permalink
Update rails requirement from = 6.0.3.4 to = 6.1.0 (#40)
Browse files Browse the repository at this point in the history
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.0.3.4...v6.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2020
1 parent 1aea9d7 commit 58a358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular_rails_csrf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'test-unit', '~> 3.2'
if ENV['TEST_RAILS_VERSION'].nil?
s.add_development_dependency 'rails', '6.0.3.4'
s.add_development_dependency 'rails', '6.1.0'
else
s.add_development_dependency 'rails', ENV['TEST_RAILS_VERSION'].to_s
end
Expand Down

0 comments on commit 58a358b

Please sign in to comment.