Repository: struts-site
Updated Branches:
  refs/heads/master 6d54e8eae -> bac5359ab


Simplifies gems selection


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/bac5359a
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/bac5359a
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/bac5359a

Branch: refs/heads/master
Commit: bac5359ab64fd15f2b1bff5f662310dbb1d64e10
Parents: 6d54e8e
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Mon Jul 31 13:35:49 2017 +0200
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Mon Jul 31 13:35:49 2017 +0200

----------------------------------------------------------------------
 Gemfile      | 7 ++-----
 Gemfile.lock | 4 +---
 2 files changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/bac5359a/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 00fc2c7..c99d6dd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,3 @@
-source 'https://rubygems.org'
+source "https://rubygems.org";
 
-ruby '2.2.4'
-
-gem 'json', '>= 1'
-gem 'jekyll', '~> 3'
+gem "jekyll"

http://git-wip-us.apache.org/repos/asf/struts-site/blob/bac5359a/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index 6956446..3a255aa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -16,7 +16,6 @@ GEM
       sass (~> 3.4)
     jekyll-watch (1.3.1)
       listen (~> 3.0)
-    json (1.8.3)
     kramdown (1.10.0)
     liquid (3.0.6)
     listen (3.0.6)
@@ -34,8 +33,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  jekyll (~> 3)
-  json (>= 1)
+  jekyll
 
 BUNDLED WITH
    1.11.2

Reply via email to