Skip to content

Commit

Permalink
Fix #173
Browse files Browse the repository at this point in the history
Seems some deps where removed at some time in the past, or were missed
during a merge.
  • Loading branch information
mscherer committed Mar 25, 2016
1 parent 2cf92c4 commit b38a47e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ gem 'open-uri-cached'

# RSS/Atom parsing
gem "feedjira"

gem "launchy"
gem "slop"
gem "chronic"
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
chronic (0.10.2)
chunky_png (1.3.4)
coderay (1.1.0)
coffee-script (2.4.1)
Expand Down Expand Up @@ -63,6 +64,8 @@ GEM
i18n (0.7.0)
json (1.8.2)
kramdown (1.6.0)
launchy (2.4.3)
addressable (~> 2.3)
less (2.6.0)
commonjs (~> 0.2.7)
libv8 (3.16.14.7)
Expand Down Expand Up @@ -142,7 +145,7 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
rails-assets-jquery (1.11.2)
rails-assets-jquery (1.12.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand All @@ -152,6 +155,7 @@ GEM
ruby18_source_location (0.2)
sass (3.4.13)
sax-machine (1.3.1)
slop (3.6.0)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
Expand Down Expand Up @@ -196,10 +200,12 @@ DEPENDENCIES
asciidoctor
bootstrap-sass (= 3.0.0.0)
builder (~> 3.0)
chronic
coderay
compass (~> 1.0.0.alpha.21)
feedjira
font-awesome-middleman
launchy
less
middleman (~> 3.3.3)
middleman-blog
Expand All @@ -214,6 +220,7 @@ DEPENDENCIES
rails-assets-jquery (~> 1)
redcarpet
ruby18_source_location
slop
stringex
therubyracer
wdm (~> 0.1.0)
Expand Down

0 comments on commit b38a47e

Please sign in to comment.