Skip to content

Commit

Permalink
Rails7 upgrade (RefugeRestrooms#689)
Browse files Browse the repository at this point in the history
* upgrading rails to 7.0.8

* upgrading rails to 7.1.2

* updating comments regarding autoloading

* fixing configs
  • Loading branch information
ice1080 authored Dec 21, 2023
1 parent 8a2449c commit aa22bf7
Show file tree
Hide file tree
Showing 23 changed files with 881 additions and 341 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
ruby '3.2.2'

gem 'rails', '6.1.7.6'
gem 'rails', '7.1.2'

gem 'activeadmin', '~> 2.1'
gem 'activeadmin', '~> 3.1.0'
gem 'bootsnap', require: false
gem 'bootstrap-sass', '>= 3.4.1'
gem 'bugsnag'
Expand Down Expand Up @@ -55,7 +55,7 @@ group :test do
gem 'capybara'
gem 'database_cleaner'
gem 'poltergeist'
gem 'simplecov', '~> 0.17.1', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem 'webmock', '~> 3.12.1'
end

Expand Down
Loading

0 comments on commit aa22bf7

Please sign in to comment.