update rest-client gem for security reason.
This commit is contained in:
parent
10cf40e358
commit
a5ca25d60e
108
Gemfile.lock
108
Gemfile.lock
|
@ -27,7 +27,7 @@ GEM
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
angularjs-rails (1.3.8)
|
angularjs-rails (1.3.10)
|
||||||
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)
|
||||||
|
@ -48,8 +48,8 @@ GEM
|
||||||
mongoid-grid_fs (>= 1.3, < 3.0)
|
mongoid-grid_fs (>= 1.3, < 3.0)
|
||||||
celluloid (0.16.0)
|
celluloid (0.16.0)
|
||||||
timers (~> 4.0.0)
|
timers (~> 4.0.0)
|
||||||
chunky_png (1.3.3)
|
chunky_png (1.3.4)
|
||||||
codeclimate-test-reporter (0.4.5)
|
codeclimate-test-reporter (0.4.6)
|
||||||
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.1.0)
|
coffee-rails (4.1.0)
|
||||||
|
@ -58,22 +58,22 @@ GEM
|
||||||
coffee-script (2.3.0)
|
coffee-script (2.3.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.8.0)
|
coffee-script-source (1.9.1)
|
||||||
connection_pool (2.1.0)
|
connection_pool (2.1.1)
|
||||||
database_cleaner (1.4.0)
|
database_cleaner (1.4.0)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.2.2)
|
execjs (2.3.0)
|
||||||
factory_girl (4.5.0)
|
factory_girl (4.5.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.5.0)
|
factory_girl_rails (4.5.0)
|
||||||
factory_girl (~> 4.5.0)
|
factory_girl (~> 4.5.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ffi (1.9.6)
|
ffi (1.9.6)
|
||||||
figaro (1.0.0)
|
figaro (1.1.0)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
font-awesome-sass (4.2.2)
|
font-awesome-sass (4.3.1)
|
||||||
sass (~> 3.2)
|
sass (~> 3.2)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
foundation-icons-sass-rails (3.0.0)
|
foundation-icons-sass-rails (3.0.0)
|
||||||
|
@ -82,7 +82,7 @@ GEM
|
||||||
foundation-rails (5.5.0.0)
|
foundation-rails (5.5.0.0)
|
||||||
railties (>= 3.1.0)
|
railties (>= 3.1.0)
|
||||||
sass (>= 3.2.0, < 3.4)
|
sass (>= 3.2.0, < 3.4)
|
||||||
guard (2.11.1)
|
guard (2.12.4)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (~> 2.7)
|
listen (~> 2.7)
|
||||||
lumberjack (~> 1.0)
|
lumberjack (~> 1.0)
|
||||||
|
@ -95,9 +95,10 @@ GEM
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
guard (~> 2.2)
|
guard (~> 2.2)
|
||||||
guard-compat (~> 1.1)
|
guard-compat (~> 1.1)
|
||||||
guard-compat (1.2.0)
|
guard-compat (1.2.1)
|
||||||
guard-rails (0.7.0)
|
guard-rails (0.7.1)
|
||||||
guard (~> 2.0)
|
guard (~> 2.11)
|
||||||
|
guard-compat (~> 1.0)
|
||||||
guard-rspec (4.5.0)
|
guard-rspec (4.5.0)
|
||||||
guard (~> 2.1)
|
guard (~> 2.1)
|
||||||
guard-compat (~> 1.1)
|
guard-compat (~> 1.1)
|
||||||
|
@ -107,7 +108,7 @@ GEM
|
||||||
html_truncator (0.4.0)
|
html_truncator (0.4.0)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
jbuilder (2.2.6)
|
jbuilder (2.2.8)
|
||||||
activesupport (>= 3.0.0, < 5)
|
activesupport (>= 3.0.0, < 5)
|
||||||
multi_json (~> 1.2)
|
multi_json (~> 1.2)
|
||||||
jquery-rails (3.1.2)
|
jquery-rails (3.1.2)
|
||||||
|
@ -124,10 +125,10 @@ GEM
|
||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 3)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.4.3)
|
mime-types (2.4.3)
|
||||||
mini_magick (4.0.2)
|
mini_magick (4.1.0)
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
minitest (5.5.1)
|
minitest (5.5.1)
|
||||||
mongoid (4.0.0)
|
mongoid (4.0.2)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
moped (~> 2.0.0)
|
moped (~> 2.0.0)
|
||||||
origin (~> 2.1)
|
origin (~> 2.1)
|
||||||
|
@ -138,23 +139,23 @@ GEM
|
||||||
mongoid-pagination (0.2.0)
|
mongoid-pagination (0.2.0)
|
||||||
activesupport
|
activesupport
|
||||||
mongoid
|
mongoid
|
||||||
mongoid-rspec (2.0.0)
|
mongoid-rspec (2.1.0)
|
||||||
mongoid (~> 4.0.0)
|
mongoid (~> 4.0.0)
|
||||||
rake
|
rake
|
||||||
rspec (~> 3.1)
|
rspec (~> 3.1)
|
||||||
mongoid-tree (2.0.0)
|
mongoid-tree (2.0.0)
|
||||||
mongoid (>= 4.0, <= 5.0)
|
mongoid (>= 4.0, <= 5.0)
|
||||||
moped (2.0.3)
|
moped (2.0.4)
|
||||||
bson (~> 2.2)
|
bson (~> 2.2)
|
||||||
connection_pool (~> 2.0)
|
connection_pool (~> 2.0)
|
||||||
optionable (~> 0.2.0)
|
optionable (~> 0.2.0)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
nenv (0.1.1)
|
nenv (0.2.0)
|
||||||
netrc (0.10.2)
|
netrc (0.10.3)
|
||||||
newrelic_rpm (3.9.9.275)
|
newrelic_rpm (3.10.0.279)
|
||||||
nokogiri (1.6.5)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
notiffany (0.0.3)
|
notiffany (0.0.6)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
optionable (0.2.0)
|
optionable (0.2.0)
|
||||||
|
@ -165,7 +166,7 @@ GEM
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pry-nav (0.2.4)
|
pry-nav (0.2.4)
|
||||||
pry (>= 0.9.10, < 0.11.0)
|
pry (>= 0.9.10, < 0.11.0)
|
||||||
pry-rails (0.3.2)
|
pry-rails (0.3.3)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
quiet_assets (1.1.0)
|
quiet_assets (1.1.0)
|
||||||
railties (>= 3.1, < 5.0)
|
railties (>= 3.1, < 5.0)
|
||||||
|
@ -194,38 +195,39 @@ GEM
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.2.2)
|
redcarpet (3.2.2)
|
||||||
redis (3.2.0)
|
redis (3.2.1)
|
||||||
redis-namespace (1.5.1)
|
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.3)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 3.0)
|
||||||
netrc (~> 0.7)
|
netrc (~> 0.7)
|
||||||
rouge (1.7.7)
|
rouge (1.8.0)
|
||||||
rqrcode-with-patches (0.5.4)
|
rqrcode-with-patches (0.5.4)
|
||||||
chunky_png
|
chunky_png
|
||||||
rspec (3.1.0)
|
rspec (3.2.0)
|
||||||
rspec-core (~> 3.1.0)
|
rspec-core (~> 3.2.0)
|
||||||
rspec-expectations (~> 3.1.0)
|
rspec-expectations (~> 3.2.0)
|
||||||
rspec-mocks (~> 3.1.0)
|
rspec-mocks (~> 3.2.0)
|
||||||
rspec-core (3.1.7)
|
rspec-core (3.2.1)
|
||||||
rspec-support (~> 3.1.0)
|
rspec-support (~> 3.2.0)
|
||||||
rspec-expectations (3.1.2)
|
rspec-expectations (3.2.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.1.0)
|
rspec-support (~> 3.2.0)
|
||||||
rspec-mocks (3.1.3)
|
rspec-mocks (3.2.1)
|
||||||
rspec-support (~> 3.1.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-rails (3.1.0)
|
rspec-support (~> 3.2.0)
|
||||||
actionpack (>= 3.0)
|
rspec-rails (3.2.1)
|
||||||
activesupport (>= 3.0)
|
actionpack (>= 3.0, < 4.3)
|
||||||
railties (>= 3.0)
|
activesupport (>= 3.0, < 4.3)
|
||||||
rspec-core (~> 3.1.0)
|
railties (>= 3.0, < 4.3)
|
||||||
rspec-expectations (~> 3.1.0)
|
rspec-core (~> 3.2.0)
|
||||||
rspec-mocks (~> 3.1.0)
|
rspec-expectations (~> 3.2.0)
|
||||||
rspec-support (~> 3.1.0)
|
rspec-mocks (~> 3.2.0)
|
||||||
|
rspec-support (~> 3.2.0)
|
||||||
rspec-sidekiq (2.0.0)
|
rspec-sidekiq (2.0.0)
|
||||||
rspec (~> 3.0, >= 3.0.0)
|
rspec (~> 3.0, >= 3.0.0)
|
||||||
sidekiq (>= 2.4.0)
|
sidekiq (>= 2.4.0)
|
||||||
rspec-support (3.1.2)
|
rspec-support (3.2.2)
|
||||||
sass (3.2.19)
|
sass (3.2.19)
|
||||||
sass-rails (4.0.5)
|
sass-rails (4.0.5)
|
||||||
railties (>= 4.0.0, < 5.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
|
@ -233,21 +235,21 @@ GEM
|
||||||
sprockets (~> 2.8, < 3.0)
|
sprockets (~> 2.8, < 3.0)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
sidekiq (3.3.0)
|
sidekiq (3.3.2)
|
||||||
celluloid (>= 0.16.0)
|
celluloid (>= 0.16.0)
|
||||||
connection_pool (>= 2.0.0)
|
connection_pool (>= 2.1.1)
|
||||||
json
|
json
|
||||||
redis (>= 3.0.6)
|
redis (>= 3.0.6)
|
||||||
redis-namespace (>= 1.3.1)
|
redis-namespace (>= 1.3.1)
|
||||||
simple_form (3.1.0)
|
simple_form (3.1.0)
|
||||||
actionpack (~> 4.0)
|
actionpack (~> 4.0)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
simplecov (0.9.1)
|
simplecov (0.9.2)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
simplecov-html (~> 0.8.0)
|
simplecov-html (~> 0.9.0)
|
||||||
simplecov-html (0.8.0)
|
simplecov-html (0.9.0)
|
||||||
slim (3.0.1)
|
slim (3.0.2)
|
||||||
temple (~> 0.7.3)
|
temple (~> 0.7.3)
|
||||||
tilt (>= 1.3.3, < 2.1)
|
tilt (>= 1.3.3, < 2.1)
|
||||||
slim-rails (3.0.1)
|
slim-rails (3.0.1)
|
||||||
|
@ -257,13 +259,13 @@ GEM
|
||||||
railties (>= 3.1, < 5.0)
|
railties (>= 3.1, < 5.0)
|
||||||
slim (~> 3.0)
|
slim (~> 3.0)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
spring (1.2.0)
|
spring (1.3.2)
|
||||||
sprockets (2.12.3)
|
sprockets (2.12.3)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
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.2.2)
|
sprockets-rails (2.2.4)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
|
|
Loading…
Reference in New Issue