Add missing RSpec gem
This commit is contained in:
parent
5fd3f51d78
commit
692a4f156b
1
Gemfile
1
Gemfile
|
@ -6,5 +6,6 @@ gem 'github_api'
|
||||||
gem 'colorize'
|
gem 'colorize'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
gem 'rspec'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
end
|
end
|
||||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -8,6 +8,7 @@ GEM
|
||||||
colorize (0.7.4)
|
colorize (0.7.4)
|
||||||
descendants_tracker (0.0.4)
|
descendants_tracker (0.0.4)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
|
diff-lcs (1.2.5)
|
||||||
faraday (0.9.0)
|
faraday (0.9.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
github_api (0.12.2)
|
github_api (0.12.2)
|
||||||
|
@ -38,6 +39,19 @@ GEM
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rainbow (2.0.0)
|
rainbow (2.0.0)
|
||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
|
rspec (3.2.0)
|
||||||
|
rspec-core (~> 3.2.0)
|
||||||
|
rspec-expectations (~> 3.2.0)
|
||||||
|
rspec-mocks (~> 3.2.0)
|
||||||
|
rspec-core (3.2.1)
|
||||||
|
rspec-support (~> 3.2.0)
|
||||||
|
rspec-expectations (3.2.0)
|
||||||
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
rspec-support (~> 3.2.0)
|
||||||
|
rspec-mocks (3.2.1)
|
||||||
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
rspec-support (~> 3.2.0)
|
||||||
|
rspec-support (3.2.2)
|
||||||
rubocop (0.29.1)
|
rubocop (0.29.1)
|
||||||
astrolabe (~> 1.3)
|
astrolabe (~> 1.3)
|
||||||
parser (>= 2.2.0.1, < 3.0)
|
parser (>= 2.2.0.1, < 3.0)
|
||||||
|
@ -54,4 +68,5 @@ DEPENDENCIES
|
||||||
colorize
|
colorize
|
||||||
github_api
|
github_api
|
||||||
rake
|
rake
|
||||||
|
rspec
|
||||||
rubocop
|
rubocop
|
||||||
|
|
Loading…
Reference in New Issue
Block a user