Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzerson committed Dec 15, 2015
1 parent c61ef48 commit 2c51bb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ PATH
lazing (~> 0.1.1)
meta_search (~> 1.1.3)
modernizr-rails (~> 2.7.0)
oj (~> 2.12.4)
oj (~> 2.14.0)
oj_mimic_json (~> 1.0.1)
rails (~> 3.2.22)
randumb (~> 0.4.1)
ruby-oembed (~> 0.9.0)
select2-rails (~> 4.0.0)
sitemap_generator (~> 5.1.0)
state_machine (~> 1.2.0)
typhoeus (~> 0.7.1)
typhoeus (~> 0.8.0)
whenever (>= 0.8.0)
will_paginate (~> 3.0.5)

Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
oj (2.12.14)
oj (2.14.0)
oj_mimic_json (1.0.1)
orm_adapter (0.5.0)
pg (0.18.4)
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
select2-rails (4.0.0)
thor (~> 0.14)
shellany (0.0.1)
simplecov (0.10.0)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
Expand All @@ -290,8 +290,8 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
typhoeus (0.7.3)
ethon (>= 0.7.4)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (0.3.46)
vcr (2.9.3)
warden (1.2.4)
Expand Down Expand Up @@ -324,7 +324,7 @@ DEPENDENCIES
rb-fsevent
rb-inotify
rb-readline
simplecov (~> 0.10.0)
simplecov (~> 0.11.1)
single_test (~> 0.6.0)
sqlite3 (~> 1.3.8)
test-unit (~> 3.1.2)
Expand Down
6 changes: 3 additions & 3 deletions lentil.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Gem::Specification.new do |s|
s.add_dependency 'lazing', "~> 0.1.1" # Lazy equivalents for many of the methods defined in Ruby's Enumerable module
s.add_dependency 'sitemap_generator', "~> 5.1.0" # Generate sitemaps on deployment
s.add_dependency 'google-analytics-rails', "~> 0.0.4"
s.add_dependency 'typhoeus', "~> 0.7.1" # for checking and harvesting image files
s.add_dependency 'typhoeus', "~> 0.8.0" # for checking and harvesting image files
s.add_dependency 'kaminari', "~> 0.16.1" # for checking and harvesting image files
s.add_dependency 'oj', '~> 2.12.4' # Alternative JSON library
s.add_dependency 'oj', '~> 2.14.0' # Alternative JSON library
s.add_dependency 'oj_mimic_json', '~> 1.0.1' # Alternative JSON library
s.add_dependency 'emojimmy', '~> 0.2.2' # Alternative JSON library

Expand All @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "launchy", "~> 2.4.0"
s.add_development_dependency "vcr", "~> 2.9.3"
s.add_development_dependency "webmock", "~> 1.18.0"
s.add_development_dependency "simplecov", "~> 0.10.0"
s.add_development_dependency "simplecov", "~> 0.11.1"
s.add_development_dependency "pry-rails", "~> 0.3.2"
s.add_development_dependency "test-unit", "~> 3.1.2"
s.add_development_dependency "mocha", "~> 1.1.0"
Expand Down

0 comments on commit 2c51bb3

Please sign in to comment.