Skip to content

Commit

Permalink
bumps ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbradford committed Jan 6, 2024
1 parent 4bf7cf5 commit 52c4912
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/ruby:3.2.2-node
- image: cimg/ruby:3.3.0-node
environment:
PG_HOST: localhost
PG_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
17 changes: 16 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@ GEM
net-protocol
net-ssh (7.2.1)
nio4r (2.7.0)
nokogiri (1.16.0-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.0-arm-linux)
racc (~> 1.4)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86-linux)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -408,6 +418,11 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -453,4 +468,4 @@ DEPENDENCIES
will_paginate

BUNDLED WITH
2.4.20
2.5.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git -C "$(rbenv root)"/plugins/ruby-build pull
git config --global url."https://github.com/".insteadOf git://github.com/

# install ruby with rbenv
rbenv install 3.2.2 # or latest version
rbenv install 3.3.0 # or latest version

# update bundler to latest
gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# rbenv
set :deploy_user, "deploy"
set :rbenv_type, :user
set :rbenv_ruby, "3.2.2"
set :rbenv_ruby, "3.3.0"

namespace :deploy do
desc "Restart application"
Expand Down

0 comments on commit 52c4912

Please sign in to comment.