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 ae88427 commit 2014891Copy full SHA for 2014891
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
@@ -629,6 +629,7 @@ DEPENDENCIES
629
addressable
630
allowy (>= 2.1.0)
631
azure-storage-blob!
632
+ bundler (= 2.4.10)
633
byebug
634
cf-uaa-lib (~> 4.0.9)
635
clockwork
@@ -712,5 +713,8 @@ DEPENDENCIES
712
713
vmstat (~> 2.3)
714
webmock (> 2.3.1)
715
716
+RUBY VERSION
717
+ ruby 3.2.6p234
718
719
BUNDLED WITH
720
2.4.10
0 commit comments