Skip to content
Snippets Groups Projects
Commit 6fe2ddde authored by pabois's avatar pabois
Browse files

webmock

parent 759cb96d
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ gem 'summernote-rails', git: 'https://github.com/noesya/summernote-rails.git', b
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'figaro'
gem 'webmock'
gem 'vcr'
end
......
......@@ -139,6 +139,8 @@ GEM
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)
crack (0.4.5)
rexml
crass (1.0.6)
curation (1.8)
metainspector
......@@ -219,6 +221,7 @@ GEM
has_scope (0.8.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
hashdiff (1.0.1)
http-cookie (1.0.4)
domain_name (~> 0.5)
httparty (0.20.0)
......@@ -431,6 +434,10 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
......@@ -494,6 +501,7 @@ DEPENDENCIES
vcr
web-console (>= 4.1.0)
webdrivers
webmock
RUBY VERSION
ruby 2.7.5p203
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment