Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ source 'https://rubygems.org'

gem 'activemodel-caution', '7.0.8' # Supports rails ~> 7.0.8.0
gem 'rails', '~> 7.0.4', '>= 7.0.8.1'

# Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger on Rails 7.0x
# and earlier. See https://github.com/rails/rails/issues/54260.
gem 'concurrent-ruby', '1.3.4'
# Use old psych for YAML on Ruby 3.1 until we move to Rails 7.0.4
# so that we can continue to use aliases in config/locales/en.yml
# cf. https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ DEPENDENCIES
caxlsx (~> 4)
cocoon
coffee-rails
concurrent-ruby (= 1.3.4)
daemons
date (= 3.1.3)
delayed_job (~> 4.1)
Expand Down
Loading