Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.

Commit

Permalink
Update some gems
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshire137 committed Dec 24, 2015
1 parent f316bbe commit f214fa4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ gem 'pg', '~> 0.17.1'
gem 'responders', '~> 2.1.1'

group :development, :test do
gem 'rspec-rails', '~> 3.0.1'
gem 'rspec-collection_matchers', '~> 1.0.0'
gem 'rspec-rails', '~> 3.4.0'
gem 'rspec-collection_matchers', '~> 1.1.2'
gem 'factory_girl_rails', '~> 4.4.1'
gem 'database_cleaner', '< 1.1.0'
gem 'faker', '~> 1.4.3'
gem 'database_cleaner', '~> 1.5.1'
gem 'faker', '~> 1.6.1'
end

group :test do
Expand Down
45 changes: 23 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
safe_yaml (~> 1.0.0)
currencies (0.4.2)
daemons (1.1.9)
database_cleaner (1.0.1)
database_cleaner (1.5.1)
diff-lcs (1.2.5)
erubis (2.7.0)
eventmachine (1.0.3)
Expand All @@ -68,7 +68,7 @@ GEM
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
faker (1.4.3)
faker (1.6.1)
i18n (~> 0.5)
ffi (1.9.5)
geoip (1.4.0)
Expand Down Expand Up @@ -131,24 +131,25 @@ GEM
json (~> 1.4)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
rspec-collection_matchers (1.0.0)
rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-rails (3.0.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
safe_yaml (1.0.4)
sass (3.4.5)
sdoc (0.4.1)
Expand Down Expand Up @@ -190,17 +191,17 @@ PLATFORMS
DEPENDENCIES
compass (~> 1.0.1)
countries (~> 0.9.3)
database_cleaner (< 1.1.0)
database_cleaner (~> 1.5.1)
factory_girl_rails (~> 4.4.1)
faker (~> 1.4.3)
faker (~> 1.6.1)
geoip (~> 1.4.0)
geokit-rails (~> 2.0.1)
jbuilder (~> 2.0)
pg (~> 0.17.1)
rails (~> 4.2.0)
responders (~> 2.1.1)
rspec-collection_matchers (~> 1.0.0)
rspec-rails (~> 3.0.1)
rspec-collection_matchers (~> 1.1.2)
rspec-rails (~> 3.4.0)
sass (~> 3.4.5)
sdoc (~> 0.4.0)
spring
Expand Down

0 comments on commit f214fa4

Please sign in to comment.