Skip to content

Commit a50bc0d

Browse files
committed
Enforce ruby and bundler versions
1 parent 90b2c70 commit a50bc0d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
ruby '3.2.6'
2+
13
source 'https://rubygems.org'
24

35
gem 'addressable'
46
gem 'allowy', '>= 2.1.0'
7+
gem 'bundler', '2.4.10'
58
gem 'clockwork', require: false
69
gem 'cloudfront-signer'
710
gem 'concurrent-ruby'

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ DEPENDENCIES
628628
addressable
629629
allowy (>= 2.1.0)
630630
azure-storage-blob!
631+
bundler (= 2.4.10)
631632
byebug
632633
cf-uaa-lib (~> 4.0.9)
633634
clockwork
@@ -711,5 +712,8 @@ DEPENDENCIES
711712
vmstat (~> 2.3)
712713
webmock (> 2.3.1)
713714

715+
RUBY VERSION
716+
ruby 3.2.6p234
717+
714718
BUNDLED WITH
715719
2.4.10

0 commit comments

Comments
 (0)