rspec tests rails4 Gemfile.lock
This commit is contained in:
parent
6c4620afa6
commit
6f518be51d
1 changed files with 184 additions and 132 deletions
316
Gemfile.lock
316
Gemfile.lock
|
@ -1,58 +1,77 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.17)
|
actionmailer (4.2.4)
|
||||||
actionpack (= 3.2.17)
|
actionpack (= 4.2.4)
|
||||||
mail (~> 2.5.4)
|
actionview (= 4.2.4)
|
||||||
actionpack (3.2.17)
|
activejob (= 4.2.4)
|
||||||
activemodel (= 3.2.17)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
activesupport (= 3.2.17)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
builder (~> 3.0.0)
|
actionpack (4.2.4)
|
||||||
|
actionview (= 4.2.4)
|
||||||
|
activesupport (= 4.2.4)
|
||||||
|
rack (~> 1.6)
|
||||||
|
rack-test (~> 0.6.2)
|
||||||
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
|
actionview (4.2.4)
|
||||||
|
activesupport (= 4.2.4)
|
||||||
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.4)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rack (~> 1.4.5)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
rack-cache (~> 1.2)
|
activejob (4.2.4)
|
||||||
rack-test (~> 0.6.1)
|
activesupport (= 4.2.4)
|
||||||
sprockets (~> 2.2.1)
|
globalid (>= 0.3.0)
|
||||||
activemodel (3.2.17)
|
activemodel (4.2.4)
|
||||||
activesupport (= 3.2.17)
|
activesupport (= 4.2.4)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.1)
|
||||||
activerecord (3.2.17)
|
activerecord (4.2.4)
|
||||||
activemodel (= 3.2.17)
|
activemodel (= 4.2.4)
|
||||||
activesupport (= 3.2.17)
|
activesupport (= 4.2.4)
|
||||||
arel (~> 3.0.2)
|
arel (~> 6.0)
|
||||||
tzinfo (~> 0.3.29)
|
activesupport (4.2.4)
|
||||||
activeresource (3.2.17)
|
i18n (~> 0.7)
|
||||||
activemodel (= 3.2.17)
|
json (~> 1.7, >= 1.7.7)
|
||||||
activesupport (= 3.2.17)
|
minitest (~> 5.1)
|
||||||
activesupport (3.2.17)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
tzinfo (~> 1.1)
|
||||||
multi_json (~> 1.0)
|
arel (6.0.3)
|
||||||
arel (3.0.3)
|
aws-sdk (2.1.32)
|
||||||
aws-sdk (1.54.0)
|
aws-sdk-resources (= 2.1.32)
|
||||||
aws-sdk-v1 (= 1.54.0)
|
aws-sdk-core (2.1.32)
|
||||||
aws-sdk-v1 (1.54.0)
|
jmespath (~> 1.0)
|
||||||
json (~> 1.4)
|
aws-sdk-resources (2.1.32)
|
||||||
nokogiri (>= 1.4.4)
|
aws-sdk-core (= 2.1.32)
|
||||||
bcrypt (3.1.7)
|
bcrypt (3.1.10)
|
||||||
bcrypt (3.1.7-x86-mingw32)
|
best_in_place (3.0.3)
|
||||||
best_in_place (2.1.0)
|
actionpack (>= 3.2)
|
||||||
jquery-rails
|
railties (>= 3.2)
|
||||||
rails (~> 3.1)
|
better_errors (2.1.1)
|
||||||
builder (3.0.4)
|
coderay (>= 1.0.0)
|
||||||
cancan (1.6.10)
|
erubis (>= 2.6.6)
|
||||||
|
rack (>= 0.9.0)
|
||||||
|
binding_of_caller (0.7.2)
|
||||||
|
debug_inspector (>= 0.0.1)
|
||||||
|
builder (3.2.2)
|
||||||
|
byebug (5.0.0)
|
||||||
|
columnize (= 0.9.0)
|
||||||
|
cancancan (1.13.1)
|
||||||
climate_control (0.0.3)
|
climate_control (0.0.3)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
cocaine (0.5.4)
|
cocaine (0.5.7)
|
||||||
climate_control (>= 0.0.3, < 1.0)
|
climate_control (>= 0.0.3, < 1.0)
|
||||||
coffee-rails (3.2.2)
|
coderay (1.1.0)
|
||||||
|
coffee-rails (4.1.0)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (~> 3.2.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
coffee-script (2.3.0)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.8.0)
|
coffee-script-source (1.9.1.1)
|
||||||
devise (3.4.0)
|
columnize (0.9.0)
|
||||||
|
debug_inspector (0.0.2)
|
||||||
|
devise (3.5.2)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 3.2.6, < 5)
|
railties (>= 3.2.6, < 5)
|
||||||
|
@ -60,90 +79,115 @@ GEM
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
dotenv (2.0.0)
|
dotenv (2.0.2)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.2.1)
|
execjs (2.6.0)
|
||||||
ezcrypto (0.7.2)
|
ezcrypto (0.7.2)
|
||||||
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)
|
||||||
formtastic (3.0.0)
|
formtastic (3.1.3)
|
||||||
actionpack (>= 3.2.13)
|
actionpack (>= 3.2.13)
|
||||||
formula (1.0.1)
|
formula (1.1.1)
|
||||||
rails (> 3.0.0)
|
rails (> 3.0.0)
|
||||||
hike (1.2.3)
|
globalid (0.3.6)
|
||||||
i18n (0.6.11)
|
activesupport (>= 4.1.0)
|
||||||
jbuilder (0.8.2)
|
i18n (0.7.0)
|
||||||
activesupport (>= 3.0.0)
|
jbuilder (2.3.2)
|
||||||
journey (1.0.4)
|
activesupport (>= 3.0.0, < 5)
|
||||||
jquery-rails (2.1.2)
|
multi_json (~> 1.2)
|
||||||
railties (>= 3.1.0, < 5.0)
|
jmespath (1.1.3)
|
||||||
thor (~> 0.14)
|
jquery-rails (4.0.5)
|
||||||
json (1.8.1)
|
rails-dom-testing (~> 1.0)
|
||||||
kaminari (0.16.1)
|
railties (>= 4.2.0)
|
||||||
|
thor (>= 0.14, < 2.0)
|
||||||
|
jquery-ui-rails (5.0.5)
|
||||||
|
railties (>= 3.2.16)
|
||||||
|
json (1.8.3)
|
||||||
|
kaminari (0.16.3)
|
||||||
actionpack (>= 3.0.0)
|
actionpack (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
mail (2.5.4)
|
loofah (2.0.3)
|
||||||
mime-types (~> 1.16)
|
nokogiri (>= 1.5.9)
|
||||||
treetop (~> 1.4.8)
|
mail (2.6.3)
|
||||||
mime-types (1.25.1)
|
mime-types (>= 1.16, < 3)
|
||||||
mini_portile (0.6.0)
|
method_source (0.8.2)
|
||||||
multi_json (1.10.1)
|
mime-types (2.6.2)
|
||||||
nokogiri (1.6.3.1)
|
mimemagic (0.3.0)
|
||||||
mini_portile (= 0.6.0)
|
mini_portile (0.6.2)
|
||||||
nokogiri (1.6.3.1-x86-mingw32)
|
minitest (5.8.2)
|
||||||
mini_portile (= 0.6.0)
|
multi_json (1.11.2)
|
||||||
|
nokogiri (1.6.6.2)
|
||||||
|
mini_portile (~> 0.6.0)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
paperclip (4.2.0)
|
paperclip (4.3.1)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.2.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.2.0)
|
||||||
cocaine (~> 0.5.3)
|
cocaine (~> 0.5.5)
|
||||||
mime-types
|
mime-types
|
||||||
pg (0.17.1)
|
mimemagic (= 0.3.0)
|
||||||
pg (0.17.1-x86-mingw32)
|
pg (0.18.3)
|
||||||
polyglot (0.3.5)
|
pry (0.10.3)
|
||||||
rack (1.4.5)
|
coderay (~> 1.1.0)
|
||||||
rack-cache (1.2)
|
method_source (~> 0.8.1)
|
||||||
rack (>= 0.4)
|
slop (~> 3.4)
|
||||||
rack-ssl (1.3.4)
|
pry-byebug (3.2.0)
|
||||||
rack
|
byebug (~> 5.0)
|
||||||
rack-test (0.6.2)
|
pry (~> 0.10)
|
||||||
|
pry-rails (0.3.4)
|
||||||
|
pry (>= 0.9.10)
|
||||||
|
quiet_assets (1.1.0)
|
||||||
|
railties (>= 3.1, < 5.0)
|
||||||
|
rack (1.6.4)
|
||||||
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.2.17)
|
rails (4.2.4)
|
||||||
actionmailer (= 3.2.17)
|
actionmailer (= 4.2.4)
|
||||||
actionpack (= 3.2.17)
|
actionpack (= 4.2.4)
|
||||||
activerecord (= 3.2.17)
|
actionview (= 4.2.4)
|
||||||
activeresource (= 3.2.17)
|
activejob (= 4.2.4)
|
||||||
activesupport (= 3.2.17)
|
activemodel (= 4.2.4)
|
||||||
bundler (~> 1.0)
|
activerecord (= 4.2.4)
|
||||||
railties (= 3.2.17)
|
activesupport (= 4.2.4)
|
||||||
rails3-jquery-autocomplete (1.0.14)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
rails (>= 3.0)
|
railties (= 4.2.4)
|
||||||
railties (3.2.17)
|
sprockets-rails
|
||||||
actionpack (= 3.2.17)
|
rails-deprecated_sanitizer (1.0.3)
|
||||||
activesupport (= 3.2.17)
|
activesupport (>= 4.2.0.alpha)
|
||||||
rack-ssl (~> 1.3.2)
|
rails-dom-testing (1.0.7)
|
||||||
|
activesupport (>= 4.2.0.beta, < 5.0)
|
||||||
|
nokogiri (~> 1.6.0)
|
||||||
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
|
rails-html-sanitizer (1.0.2)
|
||||||
|
loofah (~> 2.0)
|
||||||
|
rails3-jquery-autocomplete (1.0.15)
|
||||||
|
rails (>= 3.2)
|
||||||
|
rails_12factor (0.0.3)
|
||||||
|
rails_serve_static_assets
|
||||||
|
rails_stdout_logging
|
||||||
|
rails_serve_static_assets (0.0.4)
|
||||||
|
rails_stdout_logging (0.0.4)
|
||||||
|
railties (4.2.4)
|
||||||
|
actionpack (= 4.2.4)
|
||||||
|
activesupport (= 4.2.4)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
thor (>= 0.18.1, < 2.0)
|
||||||
thor (>= 0.14.6, < 2.0)
|
rake (10.4.2)
|
||||||
rake (10.3.2)
|
redis (3.2.1)
|
||||||
rdoc (3.12.2)
|
responders (2.1.0)
|
||||||
json (~> 1.4)
|
railties (>= 4.2.0, < 5)
|
||||||
redis (3.1.0)
|
rspec-core (3.3.2)
|
||||||
responders (1.1.1)
|
|
||||||
railties (>= 3.2, < 4.2)
|
|
||||||
rspec-core (3.3.1)
|
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-expectations (3.3.0)
|
rspec-expectations (3.3.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-mocks (3.3.1)
|
rspec-mocks (3.3.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-rails (3.3.2)
|
rspec-rails (3.3.3)
|
||||||
actionpack (>= 3.0, < 4.3)
|
actionpack (>= 3.0, < 4.3)
|
||||||
activesupport (>= 3.0, < 4.3)
|
activesupport (>= 3.0, < 4.3)
|
||||||
railties (>= 3.0, < 4.3)
|
railties (>= 3.0, < 4.3)
|
||||||
|
@ -152,24 +196,26 @@ GEM
|
||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.3.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-support (3.3.0)
|
rspec-support (3.3.0)
|
||||||
sass (3.4.5)
|
sass (3.4.19)
|
||||||
sass-rails (3.2.6)
|
sass-rails (5.0.4)
|
||||||
railties (~> 3.2.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
sass (>= 3.1.10)
|
sass (~> 3.1)
|
||||||
tilt (~> 1.3)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets (2.2.2)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
hike (~> 1.2)
|
tilt (>= 1.1, < 3)
|
||||||
multi_json (~> 1.0)
|
slop (3.6.0)
|
||||||
rack (~> 1.0)
|
sprockets (3.4.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
rack (> 1, < 3)
|
||||||
|
sprockets-rails (2.3.3)
|
||||||
|
actionpack (>= 3.0)
|
||||||
|
activesupport (>= 3.0)
|
||||||
|
sprockets (>= 2.8, < 4.0)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (2.0.1)
|
||||||
treetop (1.4.15)
|
tzinfo (1.2.2)
|
||||||
polyglot
|
thread_safe (~> 0.1)
|
||||||
polyglot (>= 0.3.1)
|
uglifier (2.7.2)
|
||||||
tzinfo (0.3.41)
|
|
||||||
uglifier (2.5.3)
|
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
uservoice-ruby (0.0.11)
|
uservoice-ruby (0.0.11)
|
||||||
|
@ -181,30 +227,36 @@ GEM
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
x86-mingw32
|
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
aws-sdk
|
aws-sdk
|
||||||
best_in_place
|
best_in_place
|
||||||
cancan
|
better_errors
|
||||||
coffee-rails (~> 3.2.1)
|
binding_of_caller
|
||||||
|
cancancan
|
||||||
|
coffee-rails
|
||||||
devise
|
devise
|
||||||
dotenv
|
dotenv
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
formtastic
|
formtastic
|
||||||
formula
|
formula
|
||||||
jbuilder (= 0.8.2)
|
jbuilder
|
||||||
jquery-rails (= 2.1.2)
|
jquery-rails
|
||||||
|
jquery-ui-rails
|
||||||
json
|
json
|
||||||
kaminari
|
kaminari
|
||||||
paperclip
|
paperclip
|
||||||
pg
|
pg
|
||||||
rails (= 3.2.17)
|
pry-byebug
|
||||||
|
pry-rails
|
||||||
|
quiet_assets
|
||||||
|
rails (= 4.2.4)
|
||||||
rails3-jquery-autocomplete
|
rails3-jquery-autocomplete
|
||||||
|
rails_12factor
|
||||||
redis
|
redis
|
||||||
rspec-rails
|
rspec-rails
|
||||||
sass-rails
|
sass-rails
|
||||||
uglifier (>= 1.0.3)
|
uglifier
|
||||||
uservoice-ruby
|
uservoice-ruby
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
Loading…
Reference in a new issue