Skip to content

Commit

Permalink
Load webmock in staging and production
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Apr 28, 2022
1 parent a0c6ee5 commit d979035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem "jbuilder", "~> 2.7"
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem "rspec-rails", "~> 5.0.0"
gem "webmock"
gem "whenever"

# Reference: https://github.com/pulibrary/pul-the-hard-way/blob/main/services/cas.md
Expand Down Expand Up @@ -76,7 +77,6 @@ group :test do
gem "rails-controller-testing"
# Easy installation and use of web drivers to run system tests with browsers
gem "webdrivers"
gem "webmock"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down

0 comments on commit d979035

Please sign in to comment.