Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #169 from justarrived/gem-updates
Browse files Browse the repository at this point in the history
Updated geocoder, byebug, factory_girl_rails, rspec-rails, rubocop, simplecov
  • Loading branch information
buren committed Feb 4, 2016
2 parents b2b745e + fd782f7 commit 1217fa5
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Expand Up @@ -64,7 +64,7 @@ GEM
bullet (5.0.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0)
byebug (8.2.1)
byebug (8.2.2)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
Expand All @@ -86,12 +86,12 @@ GEM
erubis (2.7.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
factory_girl_rails (4.6.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faker (1.6.1)
i18n (~> 0.5)
geocoder (1.2.14)
geocoder (1.3.0)
globalid (0.3.6)
activesupport (>= 4.1.0)
hashdiff (0.2.3)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
newrelic_rpm (3.14.2.312)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
parser (2.3.0.1)
parser (2.3.0.2)
ast (~> 2.2)
pg (0.18.4)
powerpack (0.1.1)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
activesupport (= 4.2.5.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
rainbow (2.1.0)
rake (10.5.0)
regressor (0.6.0)
faker (~> 1.3)
Expand All @@ -188,7 +188,7 @@ GEM
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.1)
rspec-rails (3.4.2)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
Expand All @@ -197,16 +197,17 @@ GEM
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.36.0)
parser (>= 2.3.0.0, < 3.0)
rubocop (0.37.0)
parser (>= 2.3.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 0.3)
ruby-progressbar (1.7.5)
safe_yaml (1.0.4)
shoulda-matchers (2.7.0)
activesupport (>= 3.0.0)
simplecov (0.11.1)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
Expand All @@ -230,6 +231,7 @@ GEM
tins (1.8.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (0.3.1)
uniform_notifier (1.9.0)
web-console (3.1.1)
activemodel (>= 4.2)
Expand Down

0 comments on commit 1217fa5

Please sign in to comment.