Skip to content

Commit

Permalink
bumps ruby to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbradford committed Jun 26, 2023
1 parent 97acff6 commit 6fcd6f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 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.1-node
- image: cimg/ruby:3.2.2-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.1
3.2.2
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rspec-support (3.12.1)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.2.0)
timeout (0.3.2)
timeout (0.4.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down Expand Up @@ -409,4 +409,4 @@ DEPENDENCIES
will_paginate

BUNDLED WITH
2.4.8
2.4.14
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AgWeather/Soils website

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/uwent/soils-ag-wx/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/uwent/soils-ag-wx/tree/main)

This codebase generates the agweather website which serves in part as a frontend for the agweather backend API.

## Dependencies
Expand All @@ -21,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.1 # or latest version
rbenv install 3.2.2 # 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.1"
set :rbenv_ruby, "3.2.2"

namespace :deploy do
desc "Restart application"
Expand Down

0 comments on commit 6fcd6f0

Please sign in to comment.