aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-07-04 19:29:44 -0500
committerMatt Rude <[email protected]>2016-07-04 19:29:44 -0500
commit13b073399132c387f891adb5ee8dcec8aaee8ef6 (patch)
tree13c317c594ae8ba5c9b5b0d88d401155bffb15b8
parentd9318966f9f74eb0dc73236163be39cc41909db4 (diff)
downloadxmpp-site-13b073399132c387f891adb5ee8dcec8aaee8ef6.tar.gz
xmpp-site-13b073399132c387f891adb5ee8dcec8aaee8ef6.tar.bz2
xmpp-site-13b073399132c387f891adb5ee8dcec8aaee8ef6.zip
Gemfile updates
-rw-r--r--Gemfile9
-rw-r--r--Gemfile.lock170
2 files changed, 178 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3f95336..0e6f73f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,4 +2,11 @@
# A sample Gemfile
source "https://rubygems.org"
-# gem "rails"
+gem "rails"
+gem "rouge"
+gem "kramdown"
+gem "therubyracer"
+gem "jekyll"
+gem "jekyll-press"
+gem "jekyll-sitemap"
+gem "jekyll-less"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0ecd2f8..a1ec2c5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,11 +1,181 @@
GEM
remote: https://rubygems.org/
specs:
+ actioncable (5.0.0)
+ actionpack (= 5.0.0)
+ nio4r (~> 1.2)
+ websocket-driver (~> 0.6.1)
+ actionmailer (5.0.0)
+ actionpack (= 5.0.0)
+ actionview (= 5.0.0)
+ activejob (= 5.0.0)
+ mail (~> 2.5, >= 2.5.4)
+ rails-dom-testing (~> 2.0)
+ actionpack (5.0.0)
+ actionview (= 5.0.0)
+ activesupport (= 5.0.0)
+ rack (~> 2.0)
+ rack-test (~> 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (5.0.0)
+ activesupport (= 5.0.0)
+ builder (~> 3.1)
+ erubis (~> 2.7.0)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ activejob (5.0.0)
+ activesupport (= 5.0.0)
+ globalid (>= 0.3.6)
+ activemodel (5.0.0)
+ activesupport (= 5.0.0)
+ activerecord (5.0.0)
+ activemodel (= 5.0.0)
+ activesupport (= 5.0.0)
+ arel (~> 7.0)
+ activesupport (5.0.0)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (~> 0.7)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ arel (7.0.0)
+ builder (3.2.2)
+ colorator (0.1)
+ commonjs (0.2.7)
+ concurrent-ruby (1.0.2)
+ css_press (0.3.2)
+ csspool-st (= 3.1.2)
+ json
+ csspool-st (3.1.2)
+ erubis (2.7.0)
+ execjs (2.7.0)
+ ffi (1.9.10)
+ globalid (0.3.6)
+ activesupport (>= 4.1.0)
+ html_press (0.8.2)
+ htmlentities
+ multi_css (>= 0.1.0)
+ multi_js (>= 0.1.0)
+ htmlentities (4.3.4)
+ i18n (0.7.0)
+ jekyll (3.1.6)
+ colorator (~> 0.1)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 1.1)
+ kramdown (~> 1.3)
+ liquid (~> 3.0)
+ mercenary (~> 0.3.3)
+ rouge (~> 1.7)
+ safe_yaml (~> 1.0)
+ jekyll-less (0.0.4)
+ jekyll (>= 0.10.0)
+ less (>= 2.0.5)
+ jekyll-press (0.2.1)
+ html_press (>= 0.8.2)
+ jekyll
+ multi_css (>= 0.1.0)
+ multi_js (>= 0.1.0)
+ jekyll-sass-converter (1.4.0)
+ sass (~> 3.4)
+ jekyll-sitemap (0.10.0)
+ jekyll-watch (1.4.0)
+ listen (~> 3.0, < 3.1)
+ json (2.0.1)
+ kramdown (1.11.1)
+ less (2.6.0)
+ commonjs (~> 0.2.7)
+ libv8 (3.16.14.15)
+ liquid (3.0.6)
+ listen (3.0.8)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ loofah (2.0.3)
+ nokogiri (>= 1.5.9)
+ mail (2.6.4)
+ mime-types (>= 1.16, < 4)
+ mercenary (0.3.6)
+ method_source (0.8.2)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
+ mini_portile2 (2.1.0)
+ minitest (5.9.0)
+ multi_css (0.1.0)
+ css_press
+ multi_js (0.1.0)
+ uglifier (~> 2)
+ nio4r (1.2.1)
+ nokogiri (1.6.8)
+ mini_portile2 (~> 2.1.0)
+ pkg-config (~> 1.1.7)
+ pkg-config (1.1.7)
+ rack (2.0.1)
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails (5.0.0)
+ actioncable (= 5.0.0)
+ actionmailer (= 5.0.0)
+ actionpack (= 5.0.0)
+ actionview (= 5.0.0)
+ activejob (= 5.0.0)
+ activemodel (= 5.0.0)
+ activerecord (= 5.0.0)
+ activesupport (= 5.0.0)
+ bundler (>= 1.3.0, < 2.0)
+ railties (= 5.0.0)
+ sprockets-rails (>= 2.0.0)
+ rails-dom-testing (2.0.1)
+ activesupport (>= 4.2.0, < 6.0)
+ nokogiri (~> 1.6.0)
+ rails-html-sanitizer (1.0.3)
+ loofah (~> 2.0)
+ railties (5.0.0)
+ actionpack (= 5.0.0)
+ activesupport (= 5.0.0)
+ method_source
+ rake (>= 0.8.7)
+ thor (>= 0.18.1, < 2.0)
+ rake (11.2.2)
+ rb-fsevent (0.9.7)
+ rb-inotify (0.9.7)
+ ffi (>= 0.5.0)
+ ref (2.0.0)
+ rouge (1.11.1)
+ safe_yaml (1.0.4)
+ sass (3.4.22)
+ sprockets (3.6.3)
+ concurrent-ruby (~> 1.0)
+ rack (> 1, < 3)
+ sprockets-rails (3.1.1)
+ actionpack (>= 4.0)
+ activesupport (>= 4.0)
+ sprockets (>= 3.0.0)
+ therubyracer (0.12.2)
+ libv8 (~> 3.16.14.0)
+ ref
+ thor (0.19.1)
+ thread_safe (0.3.5)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
+ uglifier (2.7.2)
+ execjs (>= 0.3.0)
+ json (>= 1.8.0)
+ websocket-driver (0.6.4)
+ websocket-extensions (>= 0.1.0)
+ websocket-extensions (0.1.2)
PLATFORMS
ruby
DEPENDENCIES
+ jekyll
+ jekyll-less
+ jekyll-press
+ jekyll-sitemap
+ kramdown
+ rails
+ rouge
+ therubyracer
BUNDLED WITH
1.12.5