Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-shell
Commits
9bcdcf1c
Commit
9bcdcf1c
authored
Aug 15, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update webmock to 3.4.2
parent
21182ae6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
7 deletions
+10
-7
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+6
-4
spec/spec_helper.rb
spec/spec_helper.rb
+0
-2
spec/support/webmock.rb
spec/support/webmock.rb
+3
-0
No files found.
Gemfile
View file @
9bcdcf1c
...
...
@@ -6,5 +6,5 @@ group :development, :test do
gem
'
rubocop
'
,
'0.49.1'
,
require:
false
gem
'
simplecov
'
,
'~> 0.9.0'
,
require:
false
gem
'
vcr
'
,
'~> 4.0.0'
gem
'
webmock
'
,
'~>
1.9
.0'
gem
'
webmock
'
,
'~>
3.4
.0'
end
Gemfile.lock
View file @
9bcdcf1c
...
...
@@ -8,13 +8,14 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.1.5)
hashdiff (0.3.7)
listen (0.5.3)
multi_json (1.13.1)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.2)
public_suffix (3.0.
2
)
public_suffix (3.0.
3
)
rainbow (2.2.2)
rake
rake (12.3.1)
...
...
@@ -47,9 +48,10 @@ GEM
simplecov-html (0.9.0)
unicode-display_width (1.4.0)
vcr (4.0.0)
webmock (
1.9.3
)
addressable (>= 2.
2.7
)
webmock (
3.4.2
)
addressable (>= 2.
3.6
)
crack (>= 0.3.2)
hashdiff
PLATFORMS
ruby
...
...
@@ -60,7 +62,7 @@ DEPENDENCIES
rubocop (= 0.49.1)
simplecov (~> 0.9.0)
vcr (~> 4.0.0)
webmock (~>
1.9
.0)
webmock (~>
3.4
.0)
BUNDLED WITH
1.16.3
spec/spec_helper.rb
View file @
9bcdcf1c
require
'simplecov'
SimpleCov
.
start
require
'webmock'
require
'gitlab_init'
Dir
[
File
.
expand_path
(
'support/**/*.rb'
,
__dir__
)].
each
{
|
f
|
require
f
}
...
...
spec/support/webmock.rb
0 → 100644
View file @
9bcdcf1c
require
'webmock/rspec'
WebMock
.
disable_net_connect!
(
allow_localhost:
true
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment