diff --git a/Gemfile b/Gemfile index 219264d..777d0f7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem 'aweplug', :github => 'awestruct/aweplug' #gem 'aweplug', :path => '../aweplug' #gem 'aweplug', :path => '/home/jporter/projects/ruby/aweplug' -gem 'rake', '~> 10.0.4' +gem 'rake', '~> 13.0.1' gem 'kramdown', '~> 1.0.1' gem 'awestruct', '~> 0.5.5.beta8' gem 'daybreak' diff --git a/Gemfile.lock b/Gemfile.lock index 0571039..9deb216 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM ruby-s3cmd (~> 0.1.5) tilt (~> 2.0.1) zurb-foundation (~> 4.3.2) - bootstrap-sass (3.2.0.2) + bootstrap-sass (3.2.0.4) sass (~> 3.2) celluloid (0.16.0) timers (~> 4.0.0) @@ -145,7 +145,7 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) rack (1.5.2) - rake (10.0.4) + rake (13.0.1) rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) @@ -193,4 +193,4 @@ DEPENDENCIES awestruct (~> 0.5.5.beta8) daybreak kramdown (~> 1.0.1) - rake (~> 10.0.4) + rake (~> 13.0.1)