mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
remove rubypants requirement
This commit is contained in:
parent
4ee88fe11c
commit
cae922e968
1
Gemfile
1
Gemfile
@ -5,5 +5,4 @@ source "https://rubygems.org"
|
||||
gem 'jekyll', '~>1.3.0'
|
||||
gem 'mini_magick', '~>3.6.0'
|
||||
gem 'fileutils', '~>0.7'
|
||||
gem 'rubypants', '~> 0.2.0'
|
||||
gem 'gsl', '~> 1.15.3'
|
@ -44,7 +44,6 @@ GEM
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (2.3.0)
|
||||
rmagick (2.13.2)
|
||||
rubypants (0.2.0)
|
||||
safe_yaml (0.9.7)
|
||||
subexec (0.2.3)
|
||||
syntax (1.0.0)
|
||||
@ -58,4 +57,3 @@ DEPENDENCIES
|
||||
gsl (~> 1.15.3)
|
||||
jekyll (~> 1.3.0)
|
||||
mini_magick (~> 3.6.0)
|
||||
rubypants (~> 0.2.0)
|
||||
|
Loading…
Reference in New Issue
Block a user