diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 11:17:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 17:08:30 +0100 |
commit | 2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7 (patch) | |
tree | 8cd26c428cb12ab475e22911576577419bfb96c9 /Gemfile.lock | |
parent | bump dependencies (diff) | |
download | blog-2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7.tar.gz blog-2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7.zip |
add deps.sh to install working versions2015
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index dbbf2a6..cf4ce77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,6 +24,7 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) fast-stemmer (1.0.2) + ffi (1.9.10) ffi (1.9.10-x64-mingw32) ffi (1.9.10-x86-mingw32) gemoji (2.1.0) @@ -104,6 +105,8 @@ GEM minitest (5.8.3) multipart-post (2.0.0) net-dns (0.8.0) + nokogiri (1.6.7.1) + mini_portile2 (~> 2.0.0.rc2) nokogiri (1.6.7.1-x64-mingw32) mini_portile2 (~> 2.0.0.rc2) nokogiri (1.6.7.1-x86-mingw32) @@ -136,17 +139,16 @@ GEM ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) - wdm (0.1.1) yajl-ruby (1.2.1) PLATFORMS + ruby x64-mingw32 x86-mingw32 DEPENDENCIES github-pages rouge - wdm (~> 0.1.0) BUNDLED WITH 1.10.6 |