Bundle update
This commit is contained in:
parent
8940467779
commit
0828d1ca65
70
Gemfile.lock
70
Gemfile.lock
@ -32,27 +32,27 @@ GIT
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionmailer (4.1.2.rc1)
|
||||
actionpack (= 4.1.2.rc1)
|
||||
actionview (= 4.1.2.rc1)
|
||||
actionmailer (4.1.2.rc2)
|
||||
actionpack (= 4.1.2.rc2)
|
||||
actionview (= 4.1.2.rc2)
|
||||
mail (~> 2.5.4)
|
||||
actionpack (4.1.2.rc1)
|
||||
actionview (= 4.1.2.rc1)
|
||||
activesupport (= 4.1.2.rc1)
|
||||
actionpack (4.1.2.rc2)
|
||||
actionview (= 4.1.2.rc2)
|
||||
activesupport (= 4.1.2.rc2)
|
||||
rack (~> 1.5.2)
|
||||
rack-test (~> 0.6.2)
|
||||
actionview (4.1.2.rc1)
|
||||
activesupport (= 4.1.2.rc1)
|
||||
actionview (4.1.2.rc2)
|
||||
activesupport (= 4.1.2.rc2)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
activemodel (4.1.2.rc1)
|
||||
activesupport (= 4.1.2.rc1)
|
||||
activemodel (4.1.2.rc2)
|
||||
activesupport (= 4.1.2.rc2)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.1.2.rc1)
|
||||
activemodel (= 4.1.2.rc1)
|
||||
activesupport (= 4.1.2.rc1)
|
||||
activerecord (4.1.2.rc2)
|
||||
activemodel (= 4.1.2.rc2)
|
||||
activesupport (= 4.1.2.rc2)
|
||||
arel (~> 5.0.0)
|
||||
activesupport (4.1.2.rc1)
|
||||
activesupport (4.1.2.rc2)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
@ -156,7 +156,7 @@ GEM
|
||||
inherited_resources (1.5.0)
|
||||
has_scope (~> 0.6.0.rc)
|
||||
responders (~> 1.0)
|
||||
jbuilder (2.0.8)
|
||||
jbuilder (2.1.1)
|
||||
activesupport (>= 3.0.0, < 5)
|
||||
multi_json (~> 1.2)
|
||||
jquery-rails (3.1.0)
|
||||
@ -168,20 +168,20 @@ GEM
|
||||
jquery-ui-rails (4.2.1)
|
||||
railties (>= 3.2.16)
|
||||
json (1.8.1)
|
||||
kaminari (0.16.0)
|
||||
kaminari (0.16.1)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
listen (2.7.7)
|
||||
listen (2.7.9)
|
||||
celluloid (>= 0.15.2)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
lumberjack (1.0.6)
|
||||
lumberjack (1.0.7)
|
||||
mail (2.5.4)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
minitest (5.3.4)
|
||||
minitest (5.3.5)
|
||||
modernizr-rails (2.7.1)
|
||||
multi_json (1.10.1)
|
||||
mysql2 (0.3.16)
|
||||
@ -191,31 +191,31 @@ GEM
|
||||
polyamorous (1.0.0)
|
||||
activerecord (>= 3.0)
|
||||
polyglot (0.3.5)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
pry (0.10.0)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
quiet_assets (1.0.2)
|
||||
quiet_assets (1.0.3)
|
||||
railties (>= 3.1, < 5.0)
|
||||
rack (1.5.2)
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (4.1.2.rc1)
|
||||
actionmailer (= 4.1.2.rc1)
|
||||
actionpack (= 4.1.2.rc1)
|
||||
actionview (= 4.1.2.rc1)
|
||||
activemodel (= 4.1.2.rc1)
|
||||
activerecord (= 4.1.2.rc1)
|
||||
activesupport (= 4.1.2.rc1)
|
||||
rails (4.1.2.rc2)
|
||||
actionmailer (= 4.1.2.rc2)
|
||||
actionpack (= 4.1.2.rc2)
|
||||
actionview (= 4.1.2.rc2)
|
||||
activemodel (= 4.1.2.rc2)
|
||||
activerecord (= 4.1.2.rc2)
|
||||
activesupport (= 4.1.2.rc2)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.1.2.rc1)
|
||||
railties (= 4.1.2.rc2)
|
||||
sprockets-rails (~> 2.0)
|
||||
rails-i18n (4.0.2)
|
||||
i18n (~> 0.6)
|
||||
rails (>= 4.0)
|
||||
railties (4.1.2.rc1)
|
||||
actionpack (= 4.1.2.rc1)
|
||||
activesupport (= 4.1.2.rc1)
|
||||
railties (4.1.2.rc2)
|
||||
actionpack (= 4.1.2.rc2)
|
||||
activesupport (= 4.1.2.rc2)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.3.2)
|
||||
@ -275,7 +275,7 @@ GEM
|
||||
coffee-rails
|
||||
tzinfo (1.2.1)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (2.5.0)
|
||||
uglifier (2.5.1)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
warden (1.2.3)
|
||||
|
Loading…
Reference in New Issue
Block a user