Skip to content

Commit

Permalink
Merge pull request #1409 from MITLibraries/rails71
Browse files Browse the repository at this point in the history
Rails71
  • Loading branch information
JPrevost authored Feb 10, 2025
2 parents fbdea98 + 8ac05e4 commit c5a0637
Show file tree
Hide file tree
Showing 28 changed files with 222 additions and 307 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ todo.md
.env.development
db/test.sqlite3-wal
db/test.sqlite3-shm
*.sqlite3-wal
*.sqlite3-shm
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 3.1
NewCops: enable
StyleGuideBaseURL: https://rubystyle.guide
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.6
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
source 'https://rubygems.org'
ruby '3.2.2'
ruby '3.2.6'

gem 'actionpack-action_caching', github: 'rails/actionpack-action_caching', branch: 'master'
gem 'barnes'
gem 'bootsnap'
gem 'flipflop'
gem 'google-api-client'
gem 'http'
gem 'http_logger'
Expand All @@ -19,13 +18,13 @@ gem 'net-smtp', require: false
gem 'nokogiri'
gem 'puma'
gem 'rack-attack'
gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.0'
gem 'sass-rails'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'skylight'
gem 'stringex'
gem 'uglifier'
gem 'terser'

group :production do
gem 'dalli'
Expand Down
Loading

0 comments on commit c5a0637

Please sign in to comment.