Update Gemfile.lock

This commit is contained in:
Luka Murn 2017-01-26 16:35:53 +01:00
parent 3bf447b0f4
commit 49c01b0a3c

View file

@ -5,14 +5,6 @@ GIT
sneaky-save (0.1.1) sneaky-save (0.1.1)
activerecord (>= 3.2.0) activerecord (>= 3.2.0)
GIT
remote: https://github.com/biosistemika/quill-rails.git
revision: e765c042d9ff7ec22f8c51a0e08e39e783530f8b
ref: e765c04
specs:
quill-rails (0.1.4)
railties (>= 3.1.0, < 5.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
@ -79,6 +71,7 @@ GEM
babel-transpiler (0.7.0) babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6) babel-source (>= 4.0, < 6)
execjs (~> 2.0) execjs (~> 2.0)
base62 (1.0.0)
bcrypt (3.1.11) bcrypt (3.1.11)
better_errors (2.1.1) better_errors (2.1.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
@ -314,6 +307,8 @@ GEM
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.1) tilt (2.0.1)
tinymce-rails (4.5.2)
railties (>= 3.1.1)
turbolinks (2.5.3) turbolinks (2.5.3)
coffee-rails coffee-rails
tzinfo (1.2.2) tzinfo (1.2.2)
@ -347,6 +342,7 @@ DEPENDENCIES
awesome_print awesome_print
aws-sdk (~> 2.2.8) aws-sdk (~> 2.2.8)
aws-sdk-v1 aws-sdk-v1
base62
bcrypt (~> 3.1.10) bcrypt (~> 3.1.10)
better_errors better_errors
binding_of_caller binding_of_caller
@ -382,7 +378,6 @@ DEPENDENCIES
paperclip (~> 4.3) paperclip (~> 4.3)
pg pg
puma puma
quill-rails!
rails (= 4.2.5) rails (= 4.2.5)
rails_12factor rails_12factor
rails_autolink (~> 1.1, >= 1.1.6) rails_autolink (~> 1.1, >= 1.1.6)
@ -392,6 +387,7 @@ DEPENDENCIES
roo (~> 2.1.0) roo (~> 2.1.0)
rubocop rubocop
ruby-graphviz (~> 1.2) ruby-graphviz (~> 1.2)
rubyzip
sass-rails (~> 5.0) sass-rails (~> 5.0)
scss_lint scss_lint
sdoc (~> 0.4.0) sdoc (~> 0.4.0)
@ -402,6 +398,7 @@ DEPENDENCIES
sneaky-save! sneaky-save!
spinjs-rails spinjs-rails
starscope starscope
tinymce-rails
turbolinks turbolinks
tzinfo-data tzinfo-data
uglifier (>= 1.3.0) uglifier (>= 1.3.0)