Skip to content

Commit

Permalink
Roll back to include rspec too
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Nov 1, 2024
1 parent bde22dd commit 66f4454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
export PATH=$GEM_HOME/bin:$PATH
java -jar jruby.jar -S gem install bundler -v 2.5.21 --install-dir ${GEM_HOME}
java -jar jruby.jar -S bundle config set without 'development test'
java -jar jruby.jar -S bundle install
find vendor/bundle/jruby/3.1.0 -mindepth 1 -maxdepth 1 -type \
Expand Down
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ gem "ostruct", "~> 0.6.0"

gem "rake", "~> 13.0"

group :test do
gem "rspec", "~> 3.0"
end
gem "rspec", "~> 3.0"

0 comments on commit 66f4454

Please sign in to comment.