Skip to content

Commit

Permalink
Upgrade Rails to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Oct 5, 2023
1 parent 64037df commit 0b2d3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kuroko2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "bin/*.rb"]
s.test_files = Dir["spec/**/*"]

s.add_dependency "rails", ">= 6.1.7.6", '< 7.0'
s.add_dependency "rails", ">= 7.0.8", '< 7.1'
s.add_dependency "kaminari"
s.add_dependency "chrono"
s.add_dependency "hashie"
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

module Dummy
class Application < Rails::Application
config.load_defaults 6.1
config.load_defaults 7.0
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
Expand Down

0 comments on commit 0b2d3f7

Please sign in to comment.