Skip to content

Commit

Permalink
ruby v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattades committed May 20, 2024
1 parent 4b4d947 commit 67924cb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-3.3.1
2 changes: 1 addition & 1 deletion lib/cyperful/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def setup_file_listener
end

def print_steps
logger.plain("Found #{@steps.length} steps:")
logger.puts("found #{@steps.length} steps:")
@steps.each_with_index do |step, i|
logger.plain(
" #{
Expand Down
2 changes: 1 addition & 1 deletion test/dummy/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.1
ruby-3.3.1
2 changes: 0 additions & 2 deletions test/dummy/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

ruby "3.2.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"

Expand Down
3 changes: 0 additions & 3 deletions test/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,5 @@ DEPENDENCIES
tzinfo-data
web-console

RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.5.4

0 comments on commit 67924cb

Please sign in to comment.