Skip to content

Commit

Permalink
Merge pull request #5966 from solidusio/backport/v4.1/pr-5556
Browse files Browse the repository at this point in the history
[v4.1] Stop using teaspoon from source
  • Loading branch information
tvdeyen authored Dec 2, 2024
2 parents 65b2cd6 + bd368e0 commit f29a29b
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 @@ -42,8 +42,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 f29a29b

Please sign in to comment.