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 a6ef776Copy full SHA for a6ef776
Gemfile
@@ -1,5 +1,8 @@
1
+ruby '3.2.6'
2
+
3
source 'https://rubygems.org'
4
5
+gem 'bundler', '2.4.10'
6
gem 'addressable'
7
gem 'allowy', '>= 2.1.0'
8
gem 'clockwork', require: false
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