Skip to content

Commit

Permalink
Merge pull request #1192 from tulibraries/TWM-525-upgrade-rails-to-ve…
Browse files Browse the repository at this point in the history
…rsion-7-1

TWM-525 upgrade rails to version 7 1
  • Loading branch information
nomadicoder authored Jan 30, 2025
2 parents 9b5ff1f + 28d5ef8 commit ebedfc0
Show file tree
Hide file tree
Showing 10 changed files with 353 additions and 115 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ AllCops:
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
SuggestExtensions: false
Exclude:
- 'node_modules/**/*'
- '**/templates/**/*'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "rails", "~> 7.0.8"
gem "rails"
gem "active_storage_validations"
gem "activestorage-validator"
gem "administrate"
Expand All @@ -13,7 +13,7 @@ gem "administrate-field-scoped_has_many"
gem "aws-sdk-s3"
gem "binding_of_caller"
gem "cssbundling-rails"
gem "concurrent-ruby", "1.3.4"
gem "concurrent-ruby"
gem "devise"
gem "font-awesome-rails"
gem "font-awesome-sass"
Expand Down
Loading

0 comments on commit ebedfc0

Please sign in to comment.