Skip to content

Commit

Permalink
Change rspec-core to rspec in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Jun 27, 2014
1 parent 0815d38 commit de05f1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'


group :development do group :development do
gem 'pry' gem 'pry'
gem 'rspec-core' gem 'rspec'
end end
16 changes: 13 additions & 3 deletions Gemfile.lock
Expand Up @@ -2,19 +2,29 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
coderay (1.1.0) coderay (1.1.0)
diff-lcs (1.2.5)
method_source (0.8.2) method_source (0.8.2)
pry (0.9.12.6) pry (0.9.12.6)
coderay (~> 1.0) coderay (~> 1.0)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.4) slop (~> 3.4)
rspec-core (3.0.0) rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.2)
rspec-support (~> 3.0.0) rspec-support (~> 3.0.0)
rspec-support (3.0.0) rspec-expectations (3.0.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.2)
rspec-support (~> 3.0.0)
rspec-support (3.0.2)
slop (3.5.0) slop (3.5.0)


PLATFORMS PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
pry pry
rspec-core rspec

0 comments on commit de05f1b

Please sign in to comment.