Skip to content

Commit

Permalink
Merge pull request #1503 from sanger/develop
Browse files Browse the repository at this point in the history
Develop into Master
  • Loading branch information
stevieing authored Dec 9, 2024
2 parents dda5839 + 2516504 commit 0e7aa55
Show file tree
Hide file tree
Showing 5 changed files with 574 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.19.2
7.20.0
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand Down
4 changes: 0 additions & 4 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ class Application < Rails::Application

config.mailer = config_for(:mailer)

# Make it Rails 7 ready
config.autoload_paths += %W{#{Rails.root}/app}
config.eager_load_paths += %W{#{Rails.root}/app}

# Rails 5
config.middleware.insert_before 0, Rack::Cors do
allow do
Expand Down
Loading

0 comments on commit 0e7aa55

Please sign in to comment.