aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-01-04 00:02:21 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-01-04 00:02:21 +0900
commit09116c1ab91677f950b7e4795d7a31324253be6d (patch)
tree49a5302b7eda3d32c057b0ee0d0e85a54b13c68a /Gemfile.lock
parentad5967a256dfefe5191013b56f1fc37fdb87e33c (diff)
downloadpoe-09116c1ab91677f950b7e4795d7a31324253be6d.tar.gz
🔪
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock34
1 files changed, 29 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f05b7d5..0e0427f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -46,10 +46,16 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.0.0)
+ autoprefixer-rails (6.2.3)
+ execjs
+ json
babel-source (5.8.34)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
+ bootstrap-sass (3.3.6)
+ autoprefixer-rails (>= 5.2.1)
+ sass (>= 3.3.4)
builder (3.2.2)
byebug (8.2.1)
celluloid (0.17.2)
@@ -69,6 +75,8 @@ GEM
timers (>= 4.1.1)
celluloid-supervision (0.20.5)
timers (>= 4.1.1)
+ codemirror-rails (5.6)
+ railties (>= 3.0, < 5)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
@@ -93,6 +101,10 @@ GEM
hiredis (0.5.2)
hitimes (1.2.3)
i18n (0.7.0)
+ jquery-rails (4.0.5)
+ rails-dom-testing (~> 1.0)
+ railties (>= 4.2.0)
+ thor (>= 0.14, < 2.0)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
@@ -105,7 +117,9 @@ GEM
mysql2 (0.4.2)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
- puma (2.15.3)
+ plum (0.2.8)
+ quiet_assets (1.1.0)
+ railties (>= 3.1, < 5.0)
rack (2.0.0.alpha)
json
rack-test (0.6.3)
@@ -138,6 +152,13 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
redis (3.2.2)
+ sass (3.4.20)
+ sass-rails (5.0.4)
+ railties (>= 4.0.0, < 5.0)
+ sass (~> 3.1)
+ sprockets (>= 2.8, < 4.0)
+ sprockets-rails (>= 2.0, < 4.0)
+ tilt (>= 1.1, < 3)
sidekiq (4.0.1)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
@@ -158,10 +179,9 @@ GEM
sprockets (>= 3.0.0)
thor (0.19.1)
thread_safe (0.3.5)
+ tilt (2.0.1)
timers (4.1.1)
hitimes
- turbolinks (2.5.3)
- coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.2)
@@ -179,15 +199,19 @@ PLATFORMS
ruby
DEPENDENCIES
+ bootstrap-sass
byebug
+ codemirror-rails
+ jquery-rails
mysql2 (>= 0.3.18, < 0.5)
- puma
+ plum
+ quiet_assets
rails (>= 5.0.0.beta1, < 5.1)
+ sass-rails
sidekiq
sinatra
sprockets
sprockets-es6
- turbolinks
uglifier (>= 1.3.0)
web-console (~> 3.0)