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 90b2c70 commit a50bc0dCopy full SHA for a50bc0d
Gemfile
@@ -1,7 +1,10 @@
1
+ruby '3.2.6'
2
+
3
source 'https://rubygems.org'
4
5
gem 'addressable'
6
gem 'allowy', '>= 2.1.0'
7
+gem 'bundler', '2.4.10'
8
gem 'clockwork', require: false
9
gem 'cloudfront-signer'
10
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