Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump ruby from 3.0.2 to 3.0.5 #65

Merged
merged 1 commit into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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