update gems
This commit is contained in:
parent
7f6bada411
commit
b319c6b7f4
98
Gemfile.lock
98
Gemfile.lock
|
@ -27,11 +27,11 @@ GEM
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
angularjs-rails (1.2.20)
|
angularjs-rails (1.2.22)
|
||||||
arel (5.0.1.20140414130214)
|
arel (5.0.1.20140414130214)
|
||||||
bson (2.3.0)
|
bson (2.3.0)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
capybara (2.4.1)
|
capybara (2.4.3)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
|
@ -46,10 +46,10 @@ GEM
|
||||||
carrierwave (>= 0.8.0, < 0.11.0)
|
carrierwave (>= 0.8.0, < 0.11.0)
|
||||||
mongoid (>= 3.0, < 5.0)
|
mongoid (>= 3.0, < 5.0)
|
||||||
mongoid-grid_fs (>= 1.3, < 3.0)
|
mongoid-grid_fs (>= 1.3, < 3.0)
|
||||||
celluloid (0.15.2)
|
celluloid (0.16.0)
|
||||||
timers (~> 1.1.0)
|
timers (~> 4.0.0)
|
||||||
chunky_png (1.3.1)
|
chunky_png (1.3.1)
|
||||||
codeclimate-test-reporter (0.3.0)
|
codeclimate-test-reporter (0.4.1)
|
||||||
simplecov (>= 0.7.1, < 1.0.0)
|
simplecov (>= 0.7.1, < 1.0.0)
|
||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
coffee-rails (4.0.1)
|
coffee-rails (4.0.1)
|
||||||
|
@ -58,7 +58,7 @@ GEM
|
||||||
coffee-script (2.3.0)
|
coffee-script (2.3.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.7.1)
|
coffee-script-source (1.8.0)
|
||||||
connection_pool (2.0.0)
|
connection_pool (2.0.0)
|
||||||
database_cleaner (1.3.0)
|
database_cleaner (1.3.0)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
|
@ -70,10 +70,9 @@ GEM
|
||||||
factory_girl_rails (4.4.1)
|
factory_girl_rails (4.4.1)
|
||||||
factory_girl (~> 4.4.0)
|
factory_girl (~> 4.4.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ffi (1.9.3)
|
ffi (1.9.5)
|
||||||
figaro (0.7.0)
|
figaro (1.0.0)
|
||||||
bundler (~> 1.0)
|
thor (~> 0.14)
|
||||||
rails (>= 3, < 5)
|
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
foundation-icons-sass-rails (3.0.0)
|
foundation-icons-sass-rails (3.0.0)
|
||||||
railties (>= 3.1.1)
|
railties (>= 3.1.1)
|
||||||
|
@ -90,21 +89,22 @@ GEM
|
||||||
guard-bundler (2.0.0)
|
guard-bundler (2.0.0)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
guard (~> 2.2)
|
guard (~> 2.2)
|
||||||
guard-rails (0.5.3)
|
guard-rails (0.6.0)
|
||||||
guard (~> 2.0)
|
guard (~> 2.0)
|
||||||
guard-rspec (4.2.10)
|
guard-rspec (4.3.1)
|
||||||
guard (~> 2.1)
|
guard (~> 2.1)
|
||||||
rspec (>= 2.14, < 4.0)
|
rspec (>= 2.14, < 4.0)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
|
hitimes (1.2.2)
|
||||||
html_truncator (0.4.0)
|
html_truncator (0.4.0)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
jquery-rails (3.1.1)
|
jquery-rails (3.1.2)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
kgio (2.9.2)
|
kgio (2.9.2)
|
||||||
listen (2.7.9)
|
listen (2.7.11)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (>= 0.15.2)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
|
@ -114,10 +114,10 @@ GEM
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_magick (3.7.0)
|
mini_magick (3.8.1)
|
||||||
subexec (~> 0.2.1)
|
subexec (~> 0.2.1)
|
||||||
mini_portile (0.6.0)
|
mini_portile (0.6.0)
|
||||||
minitest (5.4.0)
|
minitest (5.4.2)
|
||||||
mongoid (4.0.0)
|
mongoid (4.0.0)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
moped (~> 2.0.0)
|
moped (~> 2.0.0)
|
||||||
|
@ -139,18 +139,18 @@ GEM
|
||||||
optionable (~> 0.2.0)
|
optionable (~> 0.2.0)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
netrc (0.7.7)
|
netrc (0.7.7)
|
||||||
newrelic_rpm (3.9.0.229)
|
newrelic_rpm (3.9.4.245)
|
||||||
nokogiri (1.6.3)
|
nokogiri (1.6.3.1)
|
||||||
mini_portile (= 0.6.0)
|
mini_portile (= 0.6.0)
|
||||||
optionable (0.2.0)
|
optionable (0.2.0)
|
||||||
origin (2.1.1)
|
origin (2.1.1)
|
||||||
polyglot (0.3.5)
|
polyglot (0.3.5)
|
||||||
pry (0.9.12.6)
|
pry (0.10.1)
|
||||||
coderay (~> 1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pry-nav (0.2.2)
|
pry-nav (0.2.4)
|
||||||
pry (~> 0.9.10)
|
pry (>= 0.9.10, < 0.11.0)
|
||||||
pry-rails (0.3.2)
|
pry-rails (0.3.2)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
quiet_assets (1.0.3)
|
quiet_assets (1.0.3)
|
||||||
|
@ -180,43 +180,44 @@ GEM
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.1.2)
|
redcarpet (3.1.2)
|
||||||
redis (3.1.0)
|
redis (3.1.0)
|
||||||
redis-namespace (1.5.0)
|
redis-namespace (1.5.1)
|
||||||
redis (~> 3.0, >= 3.0.4)
|
redis (~> 3.0, >= 3.0.4)
|
||||||
rest-client (1.7.2)
|
rest-client (1.7.2)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 3.0)
|
||||||
netrc (~> 0.7)
|
netrc (~> 0.7)
|
||||||
rouge (1.5.1)
|
rouge (1.7.1)
|
||||||
rqrcode-with-patches (0.5.4)
|
rqrcode-with-patches (0.5.4)
|
||||||
chunky_png
|
chunky_png
|
||||||
rspec (2.99.0)
|
rspec (3.1.0)
|
||||||
rspec-core (~> 2.99.0)
|
rspec-core (~> 3.1.0)
|
||||||
rspec-expectations (~> 2.99.0)
|
rspec-expectations (~> 3.1.0)
|
||||||
rspec-mocks (~> 2.99.0)
|
rspec-mocks (~> 3.1.0)
|
||||||
rspec-collection_matchers (1.0.0)
|
rspec-core (3.1.4)
|
||||||
rspec-expectations (>= 2.99.0.beta1)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-core (2.99.1)
|
rspec-expectations (3.1.2)
|
||||||
rspec-expectations (2.99.1)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-mocks (2.99.1)
|
rspec-mocks (3.1.2)
|
||||||
rspec-rails (2.99.0)
|
rspec-support (~> 3.1.0)
|
||||||
|
rspec-rails (3.1.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activemodel (>= 3.0)
|
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
rspec-collection_matchers
|
rspec-core (~> 3.1.0)
|
||||||
rspec-core (~> 2.99.0)
|
rspec-expectations (~> 3.1.0)
|
||||||
rspec-expectations (~> 2.99.0)
|
rspec-mocks (~> 3.1.0)
|
||||||
rspec-mocks (~> 2.99.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-sidekiq (1.1.0)
|
rspec-sidekiq (2.0.0)
|
||||||
rspec (~> 2.0)
|
rspec (~> 3.0, >= 3.0.0)
|
||||||
sidekiq (>= 2.4.0)
|
sidekiq (>= 2.4.0)
|
||||||
|
rspec-support (3.1.1)
|
||||||
sass (3.2.19)
|
sass (3.2.19)
|
||||||
sass-rails (4.0.3)
|
sass-rails (4.0.3)
|
||||||
railties (>= 4.0.0, < 5.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
sass (~> 3.2.0)
|
sass (~> 3.2.0)
|
||||||
sprockets (~> 2.8, <= 2.11.0)
|
sprockets (~> 2.8, <= 2.11.0)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
sidekiq (3.2.1)
|
sidekiq (3.2.4)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (>= 0.15.2)
|
||||||
connection_pool (>= 2.0.0)
|
connection_pool (>= 2.0.0)
|
||||||
json
|
json
|
||||||
|
@ -225,9 +226,9 @@ GEM
|
||||||
simple_form (3.0.2)
|
simple_form (3.0.2)
|
||||||
actionpack (~> 4.0)
|
actionpack (~> 4.0)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
simplecov (0.9.0)
|
simplecov (0.9.1)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1.0)
|
||||||
multi_json
|
multi_json (~> 1.0)
|
||||||
simplecov-html (~> 0.8.0)
|
simplecov-html (~> 0.8.0)
|
||||||
simplecov-html (0.8.0)
|
simplecov-html (0.8.0)
|
||||||
slim (2.0.3)
|
slim (2.0.3)
|
||||||
|
@ -245,7 +246,7 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sprockets-rails (2.1.3)
|
sprockets-rails (2.1.4)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (~> 2.8)
|
sprockets (~> 2.8)
|
||||||
|
@ -254,7 +255,8 @@ GEM
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.4)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timers (1.1.0)
|
timers (4.0.1)
|
||||||
|
hitimes
|
||||||
treetop (1.4.15)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
|
|
Loading…
Reference in New Issue