-
Notifications
You must be signed in to change notification settings - Fork 27
Description
My gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.0)
actionpack (= 4.0.0)
mail (> 2.5.3)> 3.1.0)
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (
erubis (> 2.7.0)> 1.5.2)
rack (
rack-test (> 0.6.2)> 3.1.0)
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord-deprecated_finders (> 1.0.2)> 4.0.0)
activesupport (= 4.0.0)
arel (
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
i18n (> 0.6, >= 0.6.4)> 4.2)
minitest (
multi_json (> 1.3)> 0.1)
thread_safe (
tzinfo (> 0.3.37)> 3.0)
arel (4.0.2)
bcrypt (3.1.7)
builder (3.1.4)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.8.0)
devise (3.4.0)
bcrypt (
orm_adapter (> 0.1)> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (
warden (> 1.2.3)> 4.5.0)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.2.2)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
factory_girl (
railties (>= 3.0.0)
haml (4.0.5)
tilt
haml-rails (0.5.1)
actionpack (> 4.0.0)> 4.0.0)
activesupport (
haml (>= 3.1, < 5.0)
railties (> 4.0.0)> 1.16)
hike (1.2.3)
i18n (0.6.11)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
libv8 (3.16.14.7)
mail (2.5.4)
mime-types (
treetop (> 1.4.8)> 2.0.0)
mime-types (1.25.1)
minitest (4.7.5)
multi_json (1.10.1)
mysql2 (0.3.16)
orm_adapter (0.5.0)
polyglot (0.3.5)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.0)
actionmailer (= 4.0.0)
actionpack (= 4.0.0)
activerecord (= 4.0.0)
activesupport (= 4.0.0)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0)
sprockets-rails (
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rdoc (4.1.2)
json (> 1.4)> 3.1.0)
redis (3.1.0)
ref (1.0.5)
responders (1.1.1)
railties (>= 3.2, < 4.2)
rspec-core (3.1.7)
rspec-support (
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (> 3.1.0)> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (
rspec-rails (3.1.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (> 3.1.0)> 3.1.0)
rspec-expectations (
rspec-mocks (> 3.1.0)> 3.1.0)
rspec-support (
rspec-support (3.1.2)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (> 3.2.0)> 2.8, <= 2.11.0)
sprockets (
sprockets-rails (> 2.0)> 1.7, >= 1.7.7)
sdoc (0.4.1)
json (
rdoc (> 4.0)> 4.0)
simple_form (3.0.2)
actionpack (
activemodel (> 4.0)> 1.2)
spork (1.0.0rc4)
sprockets (2.11.0)
hike (
multi_json (> 1.0)> 1.0)
rack (
tilt (> 1.1, != 1.3.0)> 2.8)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.41)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
warden (1.2.3)
rack (>= 1.0)
PLATFORMS
ruby
DEPENDENCIES
coffee-rails (> 4.0.0)> 1.2)
devise
factory_girl_rails
haml (>= 3.0.0)
haml-rails
jbuilder (
jquery-rails
mysql2
rails (= 4.0.0)
redis
rspec-rails (>= 2.0.1)
sass-rails (> 4.0.0)> 3.0.0.rc)
sdoc
simple_form (
spork (~> 1.0rc)
therubyracer
uglifier (>= 1.3.0)
While starting server, getting error like this
uninitialized constant Devise::Models::TokenAuthenticatable (NameError)