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
Kazuhiko Shiozaki
gitlab-shell
Commits
b0fc24c9
Commit
b0fc24c9
authored
Feb 23, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
a7ce4b52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+10
-10
No files found.
Gemfile
View file @
b0fc24c9
...
...
@@ -2,7 +2,7 @@ source "http://rubygems.org"
group
:development
,
:test
do
gem
'
coveralls
'
,
require:
false
gem
'
rspec
'
gem
'
rspec
'
,
'~> 2.14.0'
gem
'
webmock
'
gem
'
guard
'
gem
'
guard-rspec
'
...
...
Gemfile.lock
View file @
b0fc24c9
...
...
@@ -13,7 +13,7 @@ GEM
term-ansicolor
thor
crack (0.3.1)
diff-lcs (1.
1.3
)
diff-lcs (1.
2.5
)
docile (1.1.5)
guard (1.5.4)
listen (>= 0.4.2)
...
...
@@ -40,14 +40,14 @@ GEM
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (2.1
2.0
)
rspec-core (~> 2.1
2
.0)
rspec-expectations (~> 2.1
2
.0)
rspec-mocks (~> 2.1
2
.0)
rspec-core (2.1
2.2
)
rspec-expectations (2.1
2.1
)
diff-lcs (
~> 1.1.3
)
rspec-mocks (2.1
2.2
)
rspec (2.1
4.1
)
rspec-core (~> 2.1
4
.0)
rspec-expectations (~> 2.1
4
.0)
rspec-mocks (~> 2.1
4
.0)
rspec-core (2.1
4.8
)
rspec-expectations (2.1
4.5
)
diff-lcs (
>= 1.1.3, < 2.0
)
rspec-mocks (2.1
4.6
)
rubocop (0.28.0)
astrolabe (~> 1.3)
parser (>= 2.2.0.pre.7, < 3.0)
...
...
@@ -77,7 +77,7 @@ DEPENDENCIES
coveralls
guard
guard-rspec
rspec
rspec
(~> 2.14.0)
rubocop (= 0.28.0)
vcr
webmock
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