Skip to content

Commit 7b64d80

Browse files
olleolleollemroderick
authored andcommitted
Gemfile: add required benchmark
1 parent 18a5d46 commit 7b64d80

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ gem 'sprockets-rails'
88
gem 'bootsnap', require: false
99

1010
gem 'acts-as-taggable-on'
11-
gem "bigdecimal"
11+
gem "benchmark" # LOCKED: Added because of activesupport 7.0
12+
gem "bigdecimal" # LOCKED: Added because of activesupport 7.0
1213
gem 'carrierwave'
1314
gem 'cocoon'
1415
gem 'delayed_job'
@@ -23,7 +24,7 @@ gem 'jquery-ui-rails'
2324

2425
# Use Active Storage variant
2526
gem 'image_processing', '~> 1.2'
26-
gem "mutex_m"
27+
gem "mutex_m" # LOCKED: Added because of activesupport 7.0
2728
gem 'nokogiri'
2829
gem 'omniauth'
2930
gem 'omniauth-github'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ GEM
9292
aws-sigv4 (1.12.1)
9393
aws-eventstream (~> 1, >= 1.0.2)
9494
base64 (0.2.0)
95+
benchmark (0.4.1)
9596
better_errors (2.10.1)
9697
erubi (>= 1.0.0)
9798
rack (>= 0.9.0)
@@ -506,6 +507,7 @@ PLATFORMS
506507

507508
DEPENDENCIES
508509
acts-as-taggable-on
510+
benchmark (~> 0.4.1)
509511
better_errors
510512
bigdecimal
511513
binding_of_caller

0 commit comments

Comments
 (0)