Update the bundle
This commit is contained in:
parent
ceaac3a9eb
commit
1a2eca6839
32
Gemfile.lock
32
Gemfile.lock
|
@ -50,7 +50,7 @@ GEM
|
|||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
arel (6.0.3)
|
||||
autoprefixer-rails (5.2.1.3)
|
||||
autoprefixer-rails (6.0.2)
|
||||
execjs
|
||||
json
|
||||
awesome_print (1.6.1)
|
||||
|
@ -148,7 +148,7 @@ GEM
|
|||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
highline (1.7.3)
|
||||
highline (1.7.5)
|
||||
hirb (0.7.3)
|
||||
i18n (0.7.0)
|
||||
i18n-tasks (0.8.7)
|
||||
|
@ -164,7 +164,7 @@ GEM
|
|||
jquery-rails
|
||||
railties (>= 3.1)
|
||||
sass-rails
|
||||
jquery-rails (4.0.4)
|
||||
jquery-rails (4.0.5)
|
||||
rails-dom-testing (~> 1.0)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
|
@ -179,7 +179,7 @@ GEM
|
|||
mail (2.6.3)
|
||||
mime-types (>= 1.16, < 3)
|
||||
method_source (0.8.2)
|
||||
mime-types (2.6.1)
|
||||
mime-types (2.6.2)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.8.0)
|
||||
morrisjs-rails (0.5.1)
|
||||
|
@ -191,12 +191,12 @@ GEM
|
|||
net-ssh (2.9.2)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
notiffany (0.0.7)
|
||||
notiffany (0.0.8)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
orm_adapter (0.5.0)
|
||||
pg (0.18.2)
|
||||
phony (2.14.14)
|
||||
pg (0.18.3)
|
||||
phony (2.15.1)
|
||||
phony_rails (0.12.10)
|
||||
activesupport (>= 3.0)
|
||||
phony (~> 2.12)
|
||||
|
@ -236,7 +236,7 @@ GEM
|
|||
ruby-graphviz (~> 1.2)
|
||||
rails-html-sanitizer (1.0.2)
|
||||
loofah (~> 2.0)
|
||||
rails-i18n (4.0.4)
|
||||
rails-i18n (4.0.5)
|
||||
i18n (~> 0.6)
|
||||
railties (~> 4.0)
|
||||
railties (4.2.4)
|
||||
|
@ -246,7 +246,7 @@ GEM
|
|||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.4.2)
|
||||
raphael-rails (2.1.2)
|
||||
rb-fsevent (0.9.5)
|
||||
rb-fsevent (0.9.6)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
ref (2.0.0)
|
||||
|
@ -275,12 +275,12 @@ GEM
|
|||
rspec-support (3.3.0)
|
||||
ruby-graphviz (1.2.2)
|
||||
sass (3.4.18)
|
||||
sass-rails (5.0.3)
|
||||
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)
|
||||
tilt (>= 1.1, < 3)
|
||||
shellany (0.0.1)
|
||||
simple_form (3.1.1)
|
||||
actionpack (~> 4.0)
|
||||
|
@ -300,12 +300,12 @@ GEM
|
|||
railties (>= 3.1, < 5.0)
|
||||
slim (~> 3.0)
|
||||
slop (3.6.0)
|
||||
spring (1.3.6)
|
||||
spring (1.4.0)
|
||||
spring-commands-rspec (1.0.4)
|
||||
spring (>= 0.9.1)
|
||||
sprockets (3.3.3)
|
||||
sprockets (3.3.4)
|
||||
rack (~> 1.0)
|
||||
sprockets-rails (2.3.2)
|
||||
sprockets-rails (2.3.3)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
|
@ -324,7 +324,7 @@ GEM
|
|||
thor (0.19.1)
|
||||
thread (0.2.2)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
tilt (2.0.1)
|
||||
tins (1.6.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
|
@ -389,4 +389,4 @@ DEPENDENCIES
|
|||
yaml_db!
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.5
|
||||
1.10.6
|
||||
|
|
Loading…
Reference in New Issue