Skip to content

Commit

Permalink
upgrade gems
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Mar 7, 2016
1 parent f7b2469 commit 257047b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PATH
remote: .
specs:
locomotivecms_common (0.0.5)
activesupport (~> 4.2.1)
activesupport (~> 4.2.5.2)
attr_extras (~> 4.4.0)
colorize
stringex (~> 2.5.2)
stringex (~> 2.6.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.4)
activesupport (4.2.5.2)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -35,7 +35,7 @@ GEM
i18n (0.7.0)
json (1.8.3)
mime-types (2.4.3)
minitest (5.8.0)
minitest (5.8.4)
multi_json (1.11.0)
netrc (0.10.3)
rake (10.2.2)
Expand All @@ -61,7 +61,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
stringex (2.5.2)
stringex (2.6.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
Expand All @@ -85,4 +85,4 @@ DEPENDENCIES
rspec (~> 3.2.0)

BUNDLED WITH
1.10.6
1.11.2
4 changes: 2 additions & 2 deletions locomotivecms_common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'rake', '~> 10.1'

spec.add_dependency 'activesupport', '~> 4.2.1'
spec.add_dependency 'stringex', '~> 2.5.2'
spec.add_dependency 'activesupport', '~> 4.2.5.2'
spec.add_dependency 'stringex', '~> 2.6.0'
spec.add_dependency 'attr_extras', '~> 4.4.0'
spec.add_dependency 'colorize'

Expand Down

0 comments on commit 257047b

Please sign in to comment.