Skip to content

Commit

Permalink
Merge pull request #5967 from solidusio/backport/v4.2/pr-5556
Browse files Browse the repository at this point in the history
[v4.2] Stop using teaspoon from source
  • Loading branch information
tvdeyen authored Dec 2, 2024
2 parents b0ec228 + 2d16892 commit d896b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ group :backend do
gem 'webdrivers', require: false

# JavaScript testing
gem 'teaspoon', github: 'jejacks0n/teaspoon', require: false
gem 'teaspoon-mocha', github: 'jejacks0n/teaspoon', require: false
gem 'teaspoon', require: false
gem 'teaspoon-mocha', require: false
gem 'webrick', require: false
end

Expand Down

0 comments on commit d896b5a

Please sign in to comment.