Skip to content

Commit b9beb86

Browse files
committed
Move concurrent-ruby to the top of Gemfile
1 parent b4060d6 commit b9beb86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ gem 'rails', '6.1.7.10'
77
gem 'puma'
88
gem 'bootsnap', require: false
99

10+
# Remove this entry after Rails is updated further
11+
gem 'concurrent-ruby', '1.3.4'
12+
1013
# Gives 200 OK from /ping
1114
gem 'openstax_healthcheck'
1215

@@ -70,5 +73,3 @@ group :development do
7073
end
7174

7275
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
73-
74-
gem 'concurrent-ruby', '1.3.4'

0 commit comments

Comments
 (0)