Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Mar 31, 2014
1 parent e307f1d commit c091fae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "middleman-syntax"
gem 'middleman-gh-pages'

# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
gem "middleman-livereload", "~> 3.2.0"

gem 'redcarpet', '~> 3.1.1'

Expand All @@ -23,7 +23,7 @@ platforms :mri_18 do
gem "ruby18_source_location"
end

gem "rake", "~> 10.1.0"
gem "rake", "~> 10.2.0"

gem 'execjs'
gem 'therubyracer', :platforms => :ruby
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ GEM
tilt (~> 1.4.1)
middleman-gh-pages (0.0.3)
rake (> 0.9.3)
middleman-livereload (3.1.1)
em-websocket (>= 0.2.0)
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-livereload (3.2.1)
em-websocket (~> 0.5.0)
middleman-core (~> 3.2)
multi_json (~> 1.8.4)
rack-livereload (~> 0.3.15)
middleman-sprockets (3.3.1)
middleman-core (>= 3.2)
sprockets (~> 2.1)
Expand All @@ -67,13 +67,13 @@ GEM
middleman-syntax (2.0.0)
middleman-core (~> 3.2)
rouge (~> 1.0)
multi_json (1.9.2)
multi_json (1.8.4)
rack (1.5.2)
rack-livereload (0.3.15)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.1.1)
rake (10.2.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
Expand All @@ -83,7 +83,7 @@ GEM
ref (1.0.5)
rouge (1.3.3)
ruby18_source_location (0.2)
sass (3.2.17)
sass (3.2.18)
sprockets (2.12.0)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -97,7 +97,7 @@ GEM
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.18.1)
thor (0.19.1)
tilt (1.4.1)
uglifier (2.4.0)
execjs (>= 0.3.0)
Expand All @@ -110,9 +110,9 @@ DEPENDENCIES
execjs
middleman (~> 3.2.0)
middleman-gh-pages
middleman-livereload (~> 3.1.0)
middleman-livereload (~> 3.2.0)
middleman-syntax
rake (~> 10.1.0)
rake (~> 10.2.0)
redcarpet (~> 3.1.1)
ruby18_source_location
therubyracer
Expand Down

0 comments on commit c091fae

Please sign in to comment.