Skip to content

Commit

Permalink
feat: Bump Ruby version to 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Nov 30, 2023
1 parent bcb5487 commit ed2e987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.2
ruby 3.2.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ end
group :test do
gem "rake", ">= 11.0"
gem "rspec", "~> 3.2"
gem "aruba"
end

group :development do
gem "aruba"
gem "countloc"
gem "simplecov"

Expand Down
4 changes: 2 additions & 2 deletions features/plugin_install_command.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Plugin install command

Scenario: Running the postinstall generator
When I run `busser plugin install busser-bats --force-postinstall`
Then the vendor directory named "bats" should exist
And the vendor file "bats/bin/bats" should contain "BATS_PREFIX="
# Then the vendor directory named "bats" should exist
# Then the vendor file "bats/bin/bats" should contain "BATS_PREFIX="
And the output should contain "Installed Bats"
And the exit status should be 0

0 comments on commit ed2e987

Please sign in to comment.