Skip to content

Commit

Permalink
chore: bump ruby from 3.0.2 to 3.0.5 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadru committed Dec 12, 2022
1 parent e171a09 commit ecb4417
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.0.2
3.0.5
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.2'
ruby '3.0.5'

gem 'bootsnap', '>= 1.4.2', require: false
gem 'clearance', '~> 2.5'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -83,8 +83,8 @@ GEM
ast (2.4.2)
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.7.1)
msgpack (~> 1.0)
bootsnap (1.15.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
msgpack (1.4.2)
msgpack (1.6.0)
net-imap (0.3.2)
date
net-protocol
Expand Down Expand Up @@ -395,7 +395,7 @@ DEPENDENCIES
whenever

RUBY VERSION
ruby 3.0.2p107
ruby 3.0.5p211

BUNDLED WITH
2.2.22
2.2.33

0 comments on commit ecb4417

Please sign in to comment.