Add missing RSpec gem

This commit is contained in:
Enrico Stahn 2015-03-26 16:10:04 +11:00
parent 5fd3f51d78
commit 692a4f156b
2 changed files with 16 additions and 0 deletions

View File

@ -6,5 +6,6 @@ gem 'github_api'
gem 'colorize'
group :test do
gem 'rspec'
gem 'rubocop'
end

View File

@ -8,6 +8,7 @@ GEM
colorize (0.7.4)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
github_api (0.12.2)
@ -38,6 +39,19 @@ GEM
rack (1.5.2)
rainbow (2.0.0)
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)
astrolabe (~> 1.3)
parser (>= 2.2.0.1, < 3.0)
@ -54,4 +68,5 @@ DEPENDENCIES
colorize
github_api
rake
rspec
rubocop