File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ gem 'sprockets-rails'
8
8
gem 'bootsnap' , require : false
9
9
10
10
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
12
13
gem 'carrierwave'
13
14
gem 'cocoon'
14
15
gem 'delayed_job'
@@ -23,7 +24,7 @@ gem 'jquery-ui-rails'
23
24
24
25
# Use Active Storage variant
25
26
gem 'image_processing' , '~> 1.2'
26
- gem "mutex_m"
27
+ gem "mutex_m" # LOCKED: Added because of activesupport 7.0
27
28
gem 'nokogiri'
28
29
gem 'omniauth'
29
30
gem 'omniauth-github'
Original file line number Diff line number Diff line change 92
92
aws-sigv4 (1.12.1 )
93
93
aws-eventstream (~> 1 , >= 1.0.2 )
94
94
base64 (0.2.0 )
95
+ benchmark (0.4.1 )
95
96
better_errors (2.10.1 )
96
97
erubi (>= 1.0.0 )
97
98
rack (>= 0.9.0 )
@@ -506,6 +507,7 @@ PLATFORMS
506
507
507
508
DEPENDENCIES
508
509
acts-as-taggable-on
510
+ benchmark (~> 0.4.1 )
509
511
better_errors
510
512
bigdecimal
511
513
binding_of_caller
You can’t perform that action at this time.
0 commit comments