bump lumberjack
This commit is contained in:
parent
39b64bd65b
commit
18c66ac6bf
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -87,7 +87,7 @@ gem 'typhoeus', '0.3.3'
|
||||||
|
|
||||||
gem 'client_side_validations', '3.2.2'
|
gem 'client_side_validations', '3.2.2'
|
||||||
gem 'gon', '4.0.2'
|
gem 'gon', '4.0.2'
|
||||||
gem 'haml', '4.0.0'
|
gem 'haml', '4.0.1'
|
||||||
gem 'mobile-fu', '1.1.1'
|
gem 'mobile-fu', '1.1.1'
|
||||||
gem 'will_paginate', '3.0.4'
|
gem 'will_paginate', '3.0.4'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@ GEM
|
||||||
childprocess (>= 0.2.3)
|
childprocess (>= 0.2.3)
|
||||||
guard (>= 1.1)
|
guard (>= 1.1)
|
||||||
spork (>= 0.8.4)
|
spork (>= 0.8.4)
|
||||||
haml (4.0.0)
|
haml (4.0.1)
|
||||||
tilt
|
tilt
|
||||||
handlebars_assets (0.12.0)
|
handlebars_assets (0.12.0)
|
||||||
execjs (>= 1.2.9)
|
execjs (>= 1.2.9)
|
||||||
|
|
@ -199,7 +199,7 @@ GEM
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
kgio (2.8.0)
|
kgio (2.8.0)
|
||||||
listen (0.7.3)
|
listen (0.7.3)
|
||||||
lumberjack (1.0.2)
|
lumberjack (1.0.3)
|
||||||
mail (2.5.3)
|
mail (2.5.3)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
|
|
@ -441,7 +441,7 @@ DEPENDENCIES
|
||||||
guard-cucumber (= 1.3.2)
|
guard-cucumber (= 1.3.2)
|
||||||
guard-rspec (= 2.5.1)
|
guard-rspec (= 2.5.1)
|
||||||
guard-spork (= 1.5.0)
|
guard-spork (= 1.5.0)
|
||||||
haml (= 4.0.0)
|
haml (= 4.0.1)
|
||||||
handlebars_assets (= 0.12.0)
|
handlebars_assets (= 0.12.0)
|
||||||
http_accept_language (= 1.0.2)
|
http_accept_language (= 1.0.2)
|
||||||
i18n-inflector-rails (~> 1.0)
|
i18n-inflector-rails (~> 1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue