mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
remove gsl gem requirement
This commit is contained in:
parent
5110d6e78c
commit
dc7426e7d1
1
Gemfile
1
Gemfile
@ -5,4 +5,3 @@ source "https://rubygems.org"
|
|||||||
gem 'jekyll', '>=1.4.0'
|
gem 'jekyll', '>=1.4.0'
|
||||||
gem 'mini_magick', '>=3.6.0'
|
gem 'mini_magick', '>=3.6.0'
|
||||||
gem 'fileutils', '>=0.7'
|
gem 'fileutils', '>=0.7'
|
||||||
gem 'gsl', '>=1.15.3'
|
|
24
Gemfile.lock
24
Gemfile.lock
@ -2,54 +2,51 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
blankslate (2.1.2.4)
|
blankslate (2.1.2.4)
|
||||||
classifier (1.3.3)
|
classifier (1.3.4)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
commander (4.1.5)
|
commander (4.1.6)
|
||||||
highline (~> 1.6.11)
|
highline (~> 1.6.11)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
ffi (1.9.3)
|
ffi (1.9.3)
|
||||||
fileutils (0.7)
|
fileutils (0.7)
|
||||||
rmagick (>= 2.13.1)
|
rmagick (>= 2.13.1)
|
||||||
gsl (1.15.3)
|
highline (1.6.21)
|
||||||
narray (>= 0.5.9)
|
jekyll (1.4.3)
|
||||||
highline (1.6.20)
|
|
||||||
jekyll (1.4.2)
|
|
||||||
classifier (~> 1.3)
|
classifier (~> 1.3)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
commander (~> 4.1.3)
|
commander (~> 4.1.3)
|
||||||
liquid (~> 2.5.2)
|
liquid (~> 2.5.5)
|
||||||
listen (~> 1.3)
|
listen (~> 1.3)
|
||||||
maruku (~> 0.7.0)
|
maruku (~> 0.7.0)
|
||||||
pygments.rb (~> 0.5.0)
|
pygments.rb (~> 0.5.0)
|
||||||
redcarpet (~> 2.3.0)
|
redcarpet (~> 2.3.0)
|
||||||
safe_yaml (~> 0.9.7)
|
safe_yaml (~> 0.9.7)
|
||||||
toml (~> 0.1.0)
|
toml (~> 0.1.0)
|
||||||
liquid (2.5.4)
|
liquid (2.5.5)
|
||||||
listen (1.3.1)
|
listen (1.3.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
rb-kqueue (>= 0.2)
|
||||||
maruku (0.7.0)
|
maruku (0.7.1)
|
||||||
mini_magick (3.7.0)
|
mini_magick (3.7.0)
|
||||||
subexec (~> 0.2.1)
|
subexec (~> 0.2.1)
|
||||||
narray (0.6.0.8)
|
|
||||||
parslet (1.5.0)
|
parslet (1.5.0)
|
||||||
blankslate (~> 2.0)
|
blankslate (~> 2.0)
|
||||||
posix-spawn (0.3.8)
|
posix-spawn (0.3.8)
|
||||||
pygments.rb (0.5.4)
|
pygments.rb (0.5.4)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.3)
|
rb-inotify (0.9.3)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.0)
|
rb-kqueue (0.2.2)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (2.3.0)
|
redcarpet (2.3.0)
|
||||||
rmagick (2.13.2)
|
rmagick (2.13.2)
|
||||||
safe_yaml (0.9.7)
|
safe_yaml (0.9.7)
|
||||||
subexec (0.2.3)
|
subexec (0.2.3)
|
||||||
toml (0.1.0)
|
toml (0.1.1)
|
||||||
parslet (~> 1.5.0)
|
parslet (~> 1.5.0)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
|
||||||
@ -58,6 +55,5 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
fileutils (>= 0.7)
|
fileutils (>= 0.7)
|
||||||
gsl (>= 1.15.3)
|
|
||||||
jekyll (>= 1.4.0)
|
jekyll (>= 1.4.0)
|
||||||
mini_magick (>= 3.6.0)
|
mini_magick (>= 3.6.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user