mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Update gems.
This commit is contained in:
parent
5dc346d88d
commit
649e14b1f3
191
Gemfile.lock
191
Gemfile.lock
@ -7,49 +7,53 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
CFPropertyList (2.2.8)
|
CFPropertyList (2.3.0)
|
||||||
actionmailer (4.1.8)
|
actionmailer (4.1.9)
|
||||||
actionpack (= 4.1.8)
|
actionpack (= 4.1.9)
|
||||||
actionview (= 4.1.8)
|
actionview (= 4.1.9)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
actionpack (4.1.8)
|
actionpack (4.1.9)
|
||||||
actionview (= 4.1.8)
|
actionview (= 4.1.9)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.9)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
actionview (4.1.8)
|
actionview (4.1.9)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.9)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
activemodel (4.1.8)
|
activemodel (4.1.9)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.9)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.1.8)
|
activerecord (4.1.9)
|
||||||
activemodel (= 4.1.8)
|
activemodel (= 4.1.9)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.9)
|
||||||
arel (~> 5.0.0)
|
arel (~> 5.0.0)
|
||||||
activesupport (4.1.8)
|
activesupport (4.1.9)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.3.6)
|
addressable (2.3.7)
|
||||||
arel (5.0.1.20140414130214)
|
arel (5.0.1.20140414130214)
|
||||||
aws-sdk (1.59.1)
|
aws-sdk (2.0.30)
|
||||||
aws-sdk-v1 (= 1.59.1)
|
aws-sdk-resources (= 2.0.30)
|
||||||
aws-sdk-v1 (1.59.1)
|
aws-sdk-core (2.0.30)
|
||||||
json (~> 1.4)
|
builder (~> 3.0)
|
||||||
nokogiri (>= 1.4.4)
|
jmespath (~> 1.0)
|
||||||
bcrypt (3.1.9)
|
multi_json (~> 1.0)
|
||||||
better_errors (2.0.0)
|
multi_xml (~> 0.5)
|
||||||
|
aws-sdk-resources (2.0.30)
|
||||||
|
aws-sdk-core (= 2.0.30)
|
||||||
|
bcrypt (3.1.10)
|
||||||
|
better_errors (2.1.1)
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
erubis (>= 2.6.6)
|
erubis (>= 2.6.6)
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
binding_of_caller (0.7.2)
|
binding_of_caller (0.7.2)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bourbon (4.0.2)
|
bourbon (4.2.1)
|
||||||
sass (~> 3.3)
|
sass (~> 3.4)
|
||||||
thor
|
thor
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
capybara (2.4.4)
|
capybara (2.4.4)
|
||||||
@ -58,9 +62,8 @@ GEM
|
|||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
xpath (~> 2.0)
|
xpath (~> 2.0)
|
||||||
capybara-screenshot (1.0.3)
|
capybara-screenshot (1.0.7)
|
||||||
capybara (>= 1.0, < 3)
|
capybara (>= 1.0, < 3)
|
||||||
colored
|
|
||||||
launchy
|
launchy
|
||||||
cliver (0.3.2)
|
cliver (0.3.2)
|
||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
@ -70,9 +73,8 @@ 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)
|
||||||
colored (1.2)
|
database_cleaner (1.4.1)
|
||||||
database_cleaner (1.3.0)
|
|
||||||
debug_inspector (0.0.2)
|
debug_inspector (0.0.2)
|
||||||
devise (3.4.1)
|
devise (3.4.1)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
@ -94,8 +96,8 @@ GEM
|
|||||||
dragonfly (~> 1.0)
|
dragonfly (~> 1.0)
|
||||||
fog
|
fog
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
excon (0.42.1)
|
excon (0.44.4)
|
||||||
execjs (2.2.2)
|
execjs (2.4.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)
|
||||||
@ -104,15 +106,18 @@ GEM
|
|||||||
fission (0.5.0)
|
fission (0.5.0)
|
||||||
CFPropertyList (~> 2.2)
|
CFPropertyList (~> 2.2)
|
||||||
fivemat (1.3.1)
|
fivemat (1.3.1)
|
||||||
fog (1.26.0)
|
fog (1.28.0)
|
||||||
fog-atmos
|
fog-atmos
|
||||||
|
fog-aws (~> 0.0)
|
||||||
fog-brightbox (~> 0.4)
|
fog-brightbox (~> 0.4)
|
||||||
fog-core (~> 1.27, >= 1.27.1)
|
fog-core (~> 1.27, >= 1.27.3)
|
||||||
fog-ecloud
|
fog-ecloud
|
||||||
fog-json
|
fog-json
|
||||||
fog-profitbricks
|
fog-profitbricks
|
||||||
fog-radosgw (>= 0.0.2)
|
fog-radosgw (>= 0.0.2)
|
||||||
|
fog-riakcs
|
||||||
fog-sakuracloud (>= 0.0.4)
|
fog-sakuracloud (>= 0.0.4)
|
||||||
|
fog-serverlove
|
||||||
fog-softlayer
|
fog-softlayer
|
||||||
fog-storm_on_demand
|
fog-storm_on_demand
|
||||||
fog-terremark
|
fog-terremark
|
||||||
@ -124,11 +129,16 @@ GEM
|
|||||||
fog-atmos (0.1.0)
|
fog-atmos (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
|
fog-aws (0.1.1)
|
||||||
|
fog-core (~> 1.27)
|
||||||
|
fog-json (~> 1.0)
|
||||||
|
fog-xml (~> 0.1)
|
||||||
|
ipaddress (~> 0.8)
|
||||||
fog-brightbox (0.7.1)
|
fog-brightbox (0.7.1)
|
||||||
fog-core (~> 1.22)
|
fog-core (~> 1.22)
|
||||||
fog-json
|
fog-json
|
||||||
inflecto (~> 0.0.2)
|
inflecto (~> 0.0.2)
|
||||||
fog-core (1.27.2)
|
fog-core (1.29.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.38)
|
excon (~> 0.38)
|
||||||
formatador (~> 0.2)
|
formatador (~> 0.2)
|
||||||
@ -148,16 +158,23 @@ GEM
|
|||||||
fog-core (>= 1.21.0)
|
fog-core (>= 1.21.0)
|
||||||
fog-json
|
fog-json
|
||||||
fog-xml (>= 0.0.1)
|
fog-xml (>= 0.0.1)
|
||||||
fog-sakuracloud (0.1.1)
|
fog-riakcs (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-softlayer (0.3.25)
|
fog-xml
|
||||||
|
fog-sakuracloud (1.0.0)
|
||||||
|
fog-core
|
||||||
|
fog-json
|
||||||
|
fog-serverlove (0.1.1)
|
||||||
|
fog-core
|
||||||
|
fog-json
|
||||||
|
fog-softlayer (0.4.1)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-storm_on_demand (0.1.0)
|
fog-storm_on_demand (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-terremark (0.0.3)
|
fog-terremark (0.0.4)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
fog-vmfusion (0.0.1)
|
fog-vmfusion (0.0.1)
|
||||||
@ -172,16 +189,18 @@ GEM
|
|||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
haml (4.0.6)
|
haml (4.0.6)
|
||||||
tilt
|
tilt
|
||||||
highline (1.6.21)
|
highline (1.7.1)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hpricot (0.8.6)
|
hpricot (0.8.6)
|
||||||
i18n (0.6.11)
|
i18n (0.7.0)
|
||||||
inflecto (0.0.2)
|
inflecto (0.0.2)
|
||||||
ipaddress (0.8.0)
|
ipaddress (0.8.0)
|
||||||
|
jmespath (1.0.2)
|
||||||
|
multi_json (~> 1.0)
|
||||||
jquery-rails (3.1.2)
|
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.2)
|
||||||
launchy (2.4.3)
|
launchy (2.4.3)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
letter_opener (1.3.0)
|
letter_opener (1.3.0)
|
||||||
@ -191,16 +210,17 @@ GEM
|
|||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.4.3)
|
mime-types (2.4.3)
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
minitest (5.5.0)
|
minitest (5.5.1)
|
||||||
multi_json (1.11.0)
|
multi_json (1.11.0)
|
||||||
|
multi_xml (0.5.5)
|
||||||
net-scp (1.2.1)
|
net-scp (1.2.1)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.9.1)
|
net-ssh (2.9.2)
|
||||||
newrelic_rpm (3.9.8.273)
|
newrelic_rpm (3.10.0.279)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
pg (0.17.1)
|
pg (0.18.1)
|
||||||
poltergeist (1.6.0)
|
poltergeist (1.6.0)
|
||||||
capybara (~> 2.1)
|
capybara (~> 2.1)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
@ -214,71 +234,72 @@ GEM
|
|||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
puma (2.10.2)
|
puma (2.11.1)
|
||||||
rack (>= 1.1, < 2.0)
|
rack (>= 1.1, < 2.0)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.1.8)
|
rails (4.1.9)
|
||||||
actionmailer (= 4.1.8)
|
actionmailer (= 4.1.9)
|
||||||
actionpack (= 4.1.8)
|
actionpack (= 4.1.9)
|
||||||
actionview (= 4.1.8)
|
actionview (= 4.1.9)
|
||||||
activemodel (= 4.1.8)
|
activemodel (= 4.1.9)
|
||||||
activerecord (= 4.1.8)
|
activerecord (= 4.1.9)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.9)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.1.8)
|
railties (= 4.1.9)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
rails_12factor (0.0.3)
|
rails_12factor (0.0.3)
|
||||||
rails_serve_static_assets
|
rails_serve_static_assets
|
||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.2)
|
rails_serve_static_assets (0.0.4)
|
||||||
rails_stdout_logging (0.0.3)
|
rails_stdout_logging (0.0.3)
|
||||||
railties (4.1.8)
|
railties (4.1.9)
|
||||||
actionpack (= 4.1.8)
|
actionpack (= 4.1.9)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.9)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
redcarpet (3.2.2)
|
redcarpet (3.2.2)
|
||||||
responders (1.1.2)
|
responders (1.1.2)
|
||||||
railties (>= 3.2, < 4.2)
|
railties (>= 3.2, < 4.2)
|
||||||
rspec-core (3.1.7)
|
rspec-core (3.2.2)
|
||||||
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.1.2)
|
rspec-support (~> 3.2.0)
|
||||||
ruby_parser (3.6.3)
|
rspec-support (3.2.2)
|
||||||
|
ruby_parser (3.6.5)
|
||||||
sexp_processor (~> 4.1)
|
sexp_processor (~> 4.1)
|
||||||
sass (3.4.9)
|
sass (3.4.13)
|
||||||
sass-rails (5.0.0)
|
sass-rails (5.0.1)
|
||||||
railties (>= 4.0.0, < 5.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
sexp_processor (4.4.4)
|
sexp_processor (4.5.0)
|
||||||
shoulda-matchers (2.7.0)
|
shoulda-matchers (2.8.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
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)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
slugtastic (1.2.1)
|
slugtastic (1.2.1)
|
||||||
sprockets (2.12.3)
|
sprockets (2.12.3)
|
||||||
@ -286,24 +307,24 @@ 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.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)
|
||||||
sqlite3 (1.3.10)
|
sqlite3 (1.3.10)
|
||||||
squeel (1.2.2)
|
squeel (1.2.3)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
polyamorous (~> 1.1.0)
|
polyamorous (~> 1.1.0)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
tunnel (0.0.3)
|
tunnel (0.0.3)
|
||||||
highline (~> 1.6)
|
highline (~> 1.6)
|
||||||
thor
|
thor
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (2.6.0)
|
uglifier (2.7.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user