4.0.12
This commit is contained in:
parent
1c31b422d1
commit
43127d048b
2
Gemfile
2
Gemfile
@ -1,7 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '4.0.0'
|
gem 'rails', '4.0.12'
|
||||||
|
|
||||||
gem 'bcrypt-ruby', '~> 3.0.0'
|
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
|
83
Gemfile.lock
83
Gemfile.lock
@ -1,26 +1,26 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.0.0)
|
actionmailer (4.0.12)
|
||||||
actionpack (= 4.0.0)
|
actionpack (= 4.0.12)
|
||||||
mail (~> 2.5.3)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
actionpack (4.0.0)
|
actionpack (4.0.12)
|
||||||
activesupport (= 4.0.0)
|
activesupport (= 4.0.12)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
activemodel (4.0.0)
|
activemodel (4.0.12)
|
||||||
activesupport (= 4.0.0)
|
activesupport (= 4.0.12)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
activerecord (4.0.0)
|
activerecord (4.0.12)
|
||||||
activemodel (= 4.0.0)
|
activemodel (= 4.0.12)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
activerecord-deprecated_finders (~> 1.0.2)
|
||||||
activesupport (= 4.0.0)
|
activesupport (= 4.0.12)
|
||||||
arel (~> 4.0.0)
|
arel (~> 4.0.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
activerecord-deprecated_finders (1.0.3)
|
||||||
activesupport (4.0.0)
|
activesupport (4.0.12)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
minitest (~> 4.2)
|
minitest (~> 4.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
@ -64,15 +64,22 @@ GEM
|
|||||||
formtastic-bootstrap (3.0.0)
|
formtastic-bootstrap (3.0.0)
|
||||||
formtastic (>= 2.2)
|
formtastic (>= 2.2)
|
||||||
geocoder (1.2.6)
|
geocoder (1.2.6)
|
||||||
haml (4.0.6)
|
haml (4.1.0.beta.1)
|
||||||
tilt
|
tilt
|
||||||
haml-rails (0.5.1)
|
haml-rails (0.6.0)
|
||||||
actionpack (~> 4.0.0)
|
actionpack (>= 4.0.1)
|
||||||
activesupport (~> 4.0.0)
|
activesupport (>= 4.0.1)
|
||||||
haml (>= 3.1, < 5.0)
|
haml (>= 3.1, < 5.0)
|
||||||
railties (~> 4.0.0)
|
html2haml (>= 1.0.1)
|
||||||
|
railties (>= 4.0.1)
|
||||||
highline (1.6.21)
|
highline (1.6.21)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
|
hpricot (0.8.6)
|
||||||
|
html2haml (1.0.1)
|
||||||
|
erubis (~> 2.7.0)
|
||||||
|
haml (>= 4.0.0.rc.1)
|
||||||
|
hpricot (~> 0.8.6)
|
||||||
|
ruby_parser (~> 3.1.1)
|
||||||
htmlentities (4.3.2)
|
htmlentities (4.3.2)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
jbuilder (1.0.2)
|
jbuilder (1.0.2)
|
||||||
@ -91,10 +98,9 @@ GEM
|
|||||||
rails
|
rails
|
||||||
kgio (2.9.2)
|
kgio (2.9.2)
|
||||||
libv8 (3.16.14.7)
|
libv8 (3.16.14.7)
|
||||||
mail (2.5.4)
|
mail (2.6.3)
|
||||||
mime-types (~> 1.16)
|
mime-types (>= 1.16, < 3)
|
||||||
treetop (~> 1.4.8)
|
mime-types (2.4.3)
|
||||||
mime-types (1.25.1)
|
|
||||||
mini_portile (0.6.1)
|
mini_portile (0.6.1)
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
@ -110,7 +116,6 @@ GEM
|
|||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
non-stupid-digest-assets (1.0.4)
|
non-stupid-digest-assets (1.0.4)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
polyglot (0.3.5)
|
|
||||||
posix-spawn (0.3.9)
|
posix-spawn (0.3.9)
|
||||||
pygments.rb (0.6.0)
|
pygments.rb (0.6.0)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
@ -118,17 +123,17 @@ GEM
|
|||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.0.0)
|
rails (4.0.12)
|
||||||
actionmailer (= 4.0.0)
|
actionmailer (= 4.0.12)
|
||||||
actionpack (= 4.0.0)
|
actionpack (= 4.0.12)
|
||||||
activerecord (= 4.0.0)
|
activerecord (= 4.0.12)
|
||||||
activesupport (= 4.0.0)
|
activesupport (= 4.0.12)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.0)
|
railties (= 4.0.12)
|
||||||
sprockets-rails (~> 2.0.0)
|
sprockets-rails (~> 2.0)
|
||||||
railties (4.0.0)
|
railties (4.0.12)
|
||||||
actionpack (= 4.0.0)
|
actionpack (= 4.0.12)
|
||||||
activesupport (= 4.0.0)
|
activesupport (= 4.0.12)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.13.0)
|
raindrops (0.13.0)
|
||||||
@ -140,6 +145,8 @@ GEM
|
|||||||
responders (1.1.2)
|
responders (1.1.2)
|
||||||
railties (>= 3.2, < 4.2)
|
railties (>= 3.2, < 4.2)
|
||||||
rmagick (2.13.4)
|
rmagick (2.13.4)
|
||||||
|
ruby_parser (3.1.3)
|
||||||
|
sexp_processor (~> 4.1)
|
||||||
rvm-capistrano (1.5.5)
|
rvm-capistrano (1.5.5)
|
||||||
capistrano (~> 2.15.4)
|
capistrano (~> 2.15.4)
|
||||||
sass (3.2.19)
|
sass (3.2.19)
|
||||||
@ -151,25 +158,23 @@ GEM
|
|||||||
sdoc (0.4.1)
|
sdoc (0.4.1)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
rdoc (~> 4.0)
|
rdoc (~> 4.0)
|
||||||
|
sexp_processor (4.4.4)
|
||||||
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.0.1)
|
sprockets-rails (2.2.2)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (~> 2.8)
|
sprockets (>= 2.8, < 4.0)
|
||||||
therubyracer (0.12.1)
|
therubyracer (0.12.1)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
ref
|
ref
|
||||||
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)
|
||||||
treetop (1.4.15)
|
turbolinks (2.5.3)
|
||||||
polyglot
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
turbolinks (2.5.2)
|
|
||||||
coffee-rails
|
coffee-rails
|
||||||
twitter-bootstrap-rails (2.2.8)
|
twitter-bootstrap-rails (2.2.8)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
@ -215,7 +220,7 @@ DEPENDENCIES
|
|||||||
nokogiri
|
nokogiri
|
||||||
non-stupid-digest-assets
|
non-stupid-digest-assets
|
||||||
pygments.rb
|
pygments.rb
|
||||||
rails (= 4.0.0)
|
rails (= 4.0.12)
|
||||||
redcarpet
|
redcarpet
|
||||||
rmagick
|
rmagick
|
||||||
rvm-capistrano
|
rvm-capistrano
|
||||||
|
Loading…
x
Reference in New Issue
Block a user