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
1a34780d
Commit
1a34780d
authored
Aug 14, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update VCR to 4.0.0
parent
122d84a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+2
-2
No files found.
Gemfile
View file @
1a34780d
...
...
@@ -8,6 +8,6 @@ group :development, :test do
gem
'
rspec-its
'
,
'~> 1.0.0'
gem
'
rubocop
'
,
'0.49.1'
,
require:
false
gem
'
simplecov
'
,
'~> 0.9.0'
,
require:
false
gem
'
vcr
'
,
'~>
2.4
.0'
gem
'
vcr
'
,
'~>
4.0
.0'
gem
'
webmock
'
,
'~> 1.9.0'
end
Gemfile.lock
View file @
1a34780d
...
...
@@ -59,7 +59,7 @@ GEM
simplecov-html (0.9.0)
thor (0.20.0)
unicode-display_width (1.4.0)
vcr (
2.4
.0)
vcr (
4.0
.0)
webmock (1.9.3)
addressable (>= 2.2.7)
crack (>= 0.3.2)
...
...
@@ -75,7 +75,7 @@ DEPENDENCIES
rspec-its (~> 1.0.0)
rubocop (= 0.49.1)
simplecov (~> 0.9.0)
vcr (~>
2.4
.0)
vcr (~>
4.0
.0)
webmock (~> 1.9.0)
BUNDLED WITH
...
...
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