Commit 8afe30812d69061ca8fdc89ae6e532e879851f99

Authored by Rafael Manzo
1 parent 06630132

rspec-rails updated

Showing 1 changed file with 4 additions and 5 deletions   Show diff stats
Gemfile.lock
... ... @@ -191,13 +191,12 @@ GEM
191 191 rest-client (1.7.1)
192 192 mime-types (>= 1.16, < 3.0)
193 193 netrc (~> 0.7)
194   - rspec-collection_matchers (1.0.0)
195   - rspec-core (3.0.0)
  194 + rspec-core (3.0.2)
196 195 rspec-support (~> 3.0.0)
197   - rspec-expectations (3.0.0)
  196 + rspec-expectations (3.0.2)
198 197 diff-lcs (>= 1.2.0, < 2.0)
199 198 rspec-support (~> 3.0.0)
200   - rspec-mocks (3.0.0)
  199 + rspec-mocks (3.0.2)
201 200 rspec-support (~> 3.0.0)
202 201 rspec-rails (3.0.1)
203 202 actionpack (>= 3.0)
... ... @@ -207,7 +206,7 @@ GEM
207 206 rspec-expectations (~> 3.0.0)
208 207 rspec-mocks (~> 3.0.0)
209 208 rspec-support (~> 3.0.0)
210   - rspec-support (3.0.0)
  209 + rspec-support (3.0.2)
211 210 sass (3.2.19)
212 211 sass-rails (4.0.3)
213 212 railties (>= 4.0.0, < 5.0)
... ...