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 fd7e996 commit 6dcd281Copy full SHA for 6dcd281
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
@@ -609,6 +609,7 @@ DEPENDENCIES
609
addressable
610
allowy (>= 2.1.0)
611
azure-storage-blob!
612
+ bundler (= 2.4.10)
613
byebug
614
cf-uaa-lib (~> 4.0.9)
615
clockwork
@@ -687,5 +688,8 @@ DEPENDENCIES
687
688
vmstat (~> 2.3)
689
webmock (> 2.3.1)
690
691
+RUBY VERSION
692
+ ruby 3.2.6p234
693
694
BUNDLED WITH
695
2.4.19
0 commit comments