Skip to content

Commit c8325f2

Browse files
committed
Update Ruby to 3.2.9 in gemfile
1 parent 8f6369f commit c8325f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ruby '3.2.6'
1+
ruby '3.2.9'
22

33
source 'https://rubygems.org'
44

55
gem 'addressable'
66
gem 'allowy', '>= 2.1.0'
7-
gem 'bundler', '2.4.10'
7+
gem 'bundler', '2.4.19'
88
gem 'clockwork', require: false
99
gem 'cloudfront-signer'
1010
gem 'concurrent-ruby'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ DEPENDENCIES
609609
addressable
610610
allowy (>= 2.1.0)
611611
azure-storage-blob!
612-
bundler (= 2.4.10)
612+
bundler (= 2.4.19)
613613
byebug
614614
cf-uaa-lib (~> 4.0.9)
615615
clockwork
@@ -689,7 +689,7 @@ DEPENDENCIES
689689
webmock (> 2.3.1)
690690

691691
RUBY VERSION
692-
ruby 3.2.6p234
692+
ruby 3.2.9p265
693693

694694
BUNDLED WITH
695695
2.4.19

0 commit comments

Comments
 (0)