Skip to content

Commit

Permalink
Merge pull request #240 from Crown-Commercial-Service/update-ruby-to-…
Browse files Browse the repository at this point in the history
…v3.3.6

Update ruby version to 3.3.6
  • Loading branch information
tim-s-ccs authored Nov 11, 2024
2 parents adc250e + 927b5b8 commit f0ed782
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

source 'https://rubygems.org'

ruby '3.3.5'
ruby '3.3.6'

# Cucumber
gem 'capybara', '~> 3.40.0'
gem 'cucumber', '~> 9.2.0'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ PLATFORMS
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -194,7 +195,7 @@ DEPENDENCIES
site_prism (~> 5.0)

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.3.24
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a ruby project which uses [Cucumber][] BDD framework and [Capybara][] to
This guide assumes you have Homebrew installed.

#### Check the Ruby version
Ensure that a ruby version manager (e.g. rvm or rbenv) is installed and set up properly, using 3.3.5 as the Ruby version before trying anything else.
Ensure that a ruby version manager (e.g. rvm or rbenv) is installed and set up properly, using 3.3.6 as the Ruby version before trying anything else.

#### Software requirements

Expand Down

0 comments on commit f0ed782

Please sign in to comment.