Skip to content

Commit

Permalink
Merge pull request #22 from Meri-MG/ruby-v-update
Browse files Browse the repository at this point in the history
Update ruby version
  • Loading branch information
Meri-MG authored Nov 5, 2024
2 parents 46aad33 + 08b4cc7 commit dee8bdc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Ruby and gems
uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

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.5
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.2'
ruby '3.3.5'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.2'
Expand Down Expand Up @@ -55,7 +55,7 @@ gem 'image_processing', '~> 1.2'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'byebug', '~> 9.0', '>= 9.0.5'
gem 'byebug'
gem 'debug', platforms: %i[mri mingw x64_mingw]
gem 'rubocop'
gem 'rubocop-rails', require: false
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.3.0)
byebug (9.1.0)
byebug (11.1.3)
capybara (3.39.2)
addressable
matrix
Expand Down Expand Up @@ -344,11 +344,12 @@ GEM
PLATFORMS
x86_64-darwin-19
x86_64-darwin-22
x86_64-darwin-24
x86_64-linux

DEPENDENCIES
bootsnap
byebug (~> 9.0, >= 9.0.5)
byebug
capybara
cloudinary
cssbundling-rails
Expand Down Expand Up @@ -376,7 +377,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.5p100

BUNDLED WITH
2.3.26

0 comments on commit dee8bdc

Please sign in to comment.