Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
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 @@ -16,7 +16,7 @@ group :test do
gem 'terminal-notifier-guard'
gem 'rb-fsevent', '~> 0.9.1'
gem 'rack-test'
gem 'webmock'
gem 'webmock', '>= 1.18.0'
gem 'vcr'
gem 'pry-byebug'
end
Expand Down
16 changes: 10 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.0.3)
aws-partitions (1.202.0)
aws-sdk (3.0.1)
Expand Down Expand Up @@ -786,8 +787,8 @@ GEM
timers (~> 1.1.0)
coderay (1.1.0)
columnize (0.8.9)
crack (0.4.2)
safe_yaml (~> 1.0.0)
crack (0.4.5)
rexml
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
dotenv (0.11.1)
Expand All @@ -808,6 +809,7 @@ GEM
guard-rspec (4.3.1)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
hashdiff (1.0.1)
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -845,6 +847,7 @@ GEM
pry-byebug (1.3.3)
byebug (~> 2.7)
pry (~> 0.10)
public_suffix (4.0.6)
rack (1.5.2)
rack-protection (1.5.3)
rack
Expand All @@ -855,6 +858,7 @@ GEM
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rexml (3.2.5)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
Expand All @@ -867,7 +871,6 @@ GEM
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
safe_yaml (1.0.3)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand All @@ -892,9 +895,10 @@ GEM
rack
raindrops (~> 0.7)
vcr (2.9.2)
webmock (1.18.0)
webmock (3.13.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
java
Expand All @@ -921,7 +925,7 @@ DEPENDENCIES
timecop
unicorn
vcr
webmock
webmock (>= 1.18.0)

BUNDLED WITH
1.17.3