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