Skip to content

Commit 2014891

Browse files
committed
Enforce ruby and bundler versions
1 parent ae88427 commit 2014891

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
@@ -629,6 +629,7 @@ DEPENDENCIES
629629
addressable
630630
allowy (>= 2.1.0)
631631
azure-storage-blob!
632+
bundler (= 2.4.10)
632633
byebug
633634
cf-uaa-lib (~> 4.0.9)
634635
clockwork
@@ -712,5 +713,8 @@ DEPENDENCIES
712713
vmstat (~> 2.3)
713714
webmock (> 2.3.1)
714715

716+
RUBY VERSION
717+
ruby 3.2.6p234
718+
715719
BUNDLED WITH
716720
2.4.10

0 commit comments

Comments
 (0)