Skip to content

Commit

Permalink
Upgrading rspec-rails and minor dev gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Corbucci committed Jun 15, 2015
1 parent 05abf18 commit 8b90ce0
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
actionpack (>= 3.2.13)
globalid (0.3.5)
activesupport (>= 4.1.0)
guard (2.12.5)
guard (2.12.6)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
minitest (5.7.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.11.0)
multi_json (1.11.1)
mysql2 (0.3.18)
nenv (0.2.0)
net-scp (1.2.1)
Expand Down Expand Up @@ -262,32 +262,32 @@ GEM
ref (1.0.5)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.1)
rspec-core (3.3.0)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (~> 3.3.0)
rspec-its (1.2.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.2.1)
rspec-mocks (3.3.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-rails (3.2.3)
rspec-support (~> 3.3.0)
rspec-rails (3.3.1)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubyzip (1.1.7)
sass (3.4.14)
sass-rails (5.0.3)
Expand Down
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.11.0.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.11.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.2.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.2.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.2.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-rails-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/rspec-rails-3.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.2.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.3.0.gem
Binary file not shown.

0 comments on commit 8b90ce0

Please sign in to comment.