Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ group :test do
gem 'factory_bot_rails', '~> 6.4.3'
gem 'codeclimate-test-reporter', '~> 1.0.7', require: nil
gem 'rails-controller-testing' # Rails 4 fallback
gem 'webmock', '~> 3.23'
gem 'webmock', '~> 3.24'
gem 'timecop'

# Adds support for Capybara system testing and selenium driver
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ansi (1.5.0)
audited (5.6.0)
activerecord (>= 5.2, < 7.2)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
hashdiff (1.1.0)
hashdiff (1.1.1)
hashie (5.0.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
Expand Down Expand Up @@ -332,7 +332,7 @@ GEM
method_source (~> 1.0)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down Expand Up @@ -409,7 +409,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.3.8)
roadie (5.2.1)
css_parser (~> 1.4)
nokogiri (~> 1.15)
Expand Down Expand Up @@ -511,7 +511,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.23.0)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -601,7 +601,7 @@ DEPENDENCIES
valid_attribute
validate_url
web-console (>= 3.3.0)
webmock (~> 3.23)
webmock (~> 3.24)

RUBY VERSION
ruby 3.0.6p216
Expand Down
Loading