Skip to content

Commit

Permalink
Merge pull request #236 from collectiveidea/ruby-330
Browse files Browse the repository at this point in the history
Ruby 3.3
  • Loading branch information
danielmorrison authored Jan 10, 2024
2 parents b31f5e0 + adfb170 commit f31a605
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ jobs:
environment:
RAILS_ENV: test
docker:
- image: cimg/ruby:3.2.1-node
- image: cimg/ruby:3.3.0-node
environment:
PGHOST: localhost
PGUSER: buildlight
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 3.2.1
- 3.3.1
sudo: false
addons:
postgresql: '9.4'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "3.2.1"
ruby "3.3.0"

gem "rails", "~> 7.1.2"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ DEPENDENCIES
websocket-driver!

RUBY VERSION
ruby 3.2.1p31
ruby 3.3.0p0

BUNDLED WITH
2.4.7
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = Rails.root.join("spec/fixtures")
config.fixture_paths = [Rails.root.join("spec/fixtures")]

# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, remove the following line or assign false
Expand Down

0 comments on commit f31a605

Please sign in to comment.