Skip to content

Commit

Permalink
Add missing lograge gem
Browse files Browse the repository at this point in the history
not sure how this went missing
  • Loading branch information
johnl committed Mar 21, 2015
1 parent 00a23ee commit 7dd271f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem "rails", "~> 4.1.0"
gem "mysql2"
gem 'will_paginate', '~> 3.0'
gem 'feed_parser', :git => "https://github.com/johnl/feed_parser.git", :ref => "fe4b7095"
gem 'lograge', '~> 0.3.1'
gem 'xapian'

# Make web-page-parser faster
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ GEM
htmlentities (4.3.3)
i18n (0.7.0)
json (1.8.2)
lograge (0.3.1)
actionpack (>= 3)
activesupport (>= 3)
railties (>= 3)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
Expand Down Expand Up @@ -149,6 +153,7 @@ DEPENDENCIES
capistrano-bundler
diff-lcs (~> 1.2.5)
feed_parser!
lograge (~> 0.3.1)
mysql2
oniguruma (>= 1.1.0)
rails (~> 4.1.0)
Expand Down

0 comments on commit 7dd271f

Please sign in to comment.