We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50455b9 commit 7e36b03Copy full SHA for 7e36b03
Gemfile
@@ -1,7 +1,11 @@
1
+ruby '3.2.6'
2
+
3
source 'https://rubygems.org'
4
5
6
gem 'addressable'
7
gem 'allowy', '>= 2.1.0'
8
+gem 'bundler', '2.4.10'
9
gem 'clockwork', require: false
10
gem 'cloudfront-signer'
11
gem 'concurrent-ruby'
Gemfile.lock
@@ -628,6 +628,7 @@ DEPENDENCIES
628
addressable
629
allowy (>= 2.1.0)
630
azure-storage-blob!
631
+ bundler (= 2.4.10)
632
byebug
633
cf-uaa-lib (~> 4.0.9)
634
clockwork
@@ -711,5 +712,8 @@ DEPENDENCIES
711
712
vmstat (~> 2.3)
713
webmock (> 2.3.1)
714
715
+RUBY VERSION
716
+ ruby 3.2.6p234
717
718
BUNDLED WITH
719
2.4.10
0 commit comments