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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'activemodel-caution', '7.2.3.0' # Supports rails ~> 7.2.3.0
gem 'rails', '~> 7.2.3', '>= 7.2.3.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'
gem 'concurrent-ruby', '1.3.7'
gem 'psych', '4.0.4' # Exactly match the version on Ruby 3.1
gem 'stringio', '3.1.1' # psych dependency: exactly match the default version on Ruby 3.3

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crass (1.0.6)
csv (3.3.0)
Expand Down Expand Up @@ -614,7 +614,7 @@ DEPENDENCIES
caxlsx (~> 4)
cocoon
coffee-rails
concurrent-ruby (= 1.3.4)
concurrent-ruby (= 1.3.7)
daemons
date (= 3.3.4)
delayed_job (~> 4.1)
Expand Down
Binary file removed vendor/cache/concurrent-ruby-1.3.4.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.7.gem
Binary file not shown.
Loading