Skip to content

Commit

Permalink
Bump Rails to 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett committed Aug 31, 2021
1 parent 0ffe4b3 commit 5e72feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
mongoid-locker (= 2.0.0)
nokogiri
notifications-ruby-client
rails (>= 6.0.3)
rails (>= 6.1.4)
rest-client (~> 2.0)
turbolinks
uk_postcode
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
config.active_support.deprecation = :stderr

# Raises error for missing translations
config.action_view.raise_on_missing_translations = true
# config.action_view.raise_on_missing_translations = true
end
2 changes: 1 addition & 1 deletion waste_carriers_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"]

s.add_dependency "rails", ">= 6.0.3"
s.add_dependency "rails", ">= 6.1.4"
# Use MongoDB as the database
s.add_dependency "mongoid"
# Implement document-level locking
Expand Down

0 comments on commit 5e72feb

Please sign in to comment.