mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Update gems.
This commit is contained in:
parent
3977607c34
commit
e83051fd84
2
Gemfile
2
Gemfile
@ -38,6 +38,8 @@ group :development do
|
||||
gem 'ruby_parser'
|
||||
gem 'hpricot'
|
||||
gem 'powder'
|
||||
gem 'better_errors'
|
||||
gem "binding_of_caller"
|
||||
end
|
||||
|
||||
gem "newrelic_rpm"
|
||||
|
||||
71
Gemfile.lock
71
Gemfile.lock
@ -8,31 +8,31 @@ GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
RedCloth (4.2.9)
|
||||
actionmailer (3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
actionmailer (3.2.12)
|
||||
actionpack (= 3.2.12)
|
||||
mail (~> 2.4.4)
|
||||
actionpack (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
actionpack (3.2.12)
|
||||
activemodel (= 3.2.12)
|
||||
activesupport (= 3.2.12)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
journey (~> 1.0.4)
|
||||
rack (~> 1.4.0)
|
||||
rack (~> 1.4.5)
|
||||
rack-cache (~> 1.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.2.1)
|
||||
activemodel (3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
activemodel (3.2.12)
|
||||
activesupport (= 3.2.12)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
activerecord (3.2.12)
|
||||
activemodel (= 3.2.12)
|
||||
activesupport (= 3.2.12)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
activesupport (3.2.11)
|
||||
activeresource (3.2.12)
|
||||
activemodel (= 3.2.12)
|
||||
activesupport (= 3.2.12)
|
||||
activesupport (3.2.12)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
acts_as_markup (1.4.2)
|
||||
@ -52,8 +52,14 @@ GEM
|
||||
nokogiri (>= 1.4.4)
|
||||
uuidtools (~> 2.1)
|
||||
bcrypt-ruby (3.0.1)
|
||||
better_errors (0.6.0)
|
||||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
binding_of_caller (0.6.9)
|
||||
debug_inspector (>= 0.0.1)
|
||||
builder (3.0.4)
|
||||
cocaine (0.4.2)
|
||||
coderay (1.0.8)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (~> 3.2.0)
|
||||
@ -61,6 +67,7 @@ GEM
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.4.0)
|
||||
debug_inspector (0.0.2)
|
||||
devise (2.2.3)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
@ -80,14 +87,14 @@ GEM
|
||||
jquery-rails (2.2.0)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.6)
|
||||
json (1.7.7)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.19)
|
||||
multi_json (1.5.0)
|
||||
newrelic_rpm (3.5.6.46)
|
||||
mime-types (1.21)
|
||||
multi_json (1.6.1)
|
||||
newrelic_rpm (3.5.6.55)
|
||||
nokogiri (1.5.6)
|
||||
orm_adapter (0.4.0)
|
||||
paperclip (3.4.0)
|
||||
@ -102,31 +109,31 @@ GEM
|
||||
polyglot (0.3.3)
|
||||
powder (0.1.8)
|
||||
thor (>= 0.11.5)
|
||||
rack (1.4.4)
|
||||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
rack-ssl (1.3.3)
|
||||
rack
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (3.2.11)
|
||||
actionmailer (= 3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
activerecord (= 3.2.11)
|
||||
activeresource (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
rails (3.2.12)
|
||||
actionmailer (= 3.2.12)
|
||||
actionpack (= 3.2.12)
|
||||
activerecord (= 3.2.12)
|
||||
activeresource (= 3.2.12)
|
||||
activesupport (= 3.2.12)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.2.11)
|
||||
railties (3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
railties (= 3.2.12)
|
||||
railties (3.2.12)
|
||||
actionpack (= 3.2.12)
|
||||
activesupport (= 3.2.12)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.0.3)
|
||||
rdiscount (1.6.8)
|
||||
rdoc (3.12)
|
||||
rdoc (3.12.1)
|
||||
json (~> 1.4)
|
||||
ruby_parser (3.1.1)
|
||||
sexp_processor (~> 4.1)
|
||||
@ -173,6 +180,8 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
acts_as_markup
|
||||
aws-sdk
|
||||
better_errors
|
||||
binding_of_caller
|
||||
coffee-rails (~> 3.2.0)
|
||||
devise
|
||||
exception_notification!
|
||||
|
||||
@ -89,7 +89,7 @@ form.formtastic
|
||||
fieldset.inputs
|
||||
padding: 1em 0
|
||||
border-bottom: 1px solid #ccc
|
||||
fieldset.buttons
|
||||
fieldset.actions
|
||||
padding: 1.5em 0 1em
|
||||
.stringish, .text
|
||||
input, textarea
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
= semantic_form_for [:admin, admin_user] do |f|
|
||||
= f.inputs :email
|
||||
= f.buttons
|
||||
= f.actions
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
= semantic_form_for [:admin, category] do |f|
|
||||
= f.inputs :name, :description, :base_colour, :sort
|
||||
= f.buttons
|
||||
= f.actions
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
= f.inputs do
|
||||
= f.input :email
|
||||
|
||||
= f.buttons do
|
||||
= f.actions do
|
||||
= f.submit "Resend confirmation instructions"
|
||||
|
||||
= render :partial => "devise/shared/links"
|
||||
|
||||
@ -8,5 +8,5 @@
|
||||
= f.input :password, :label => 'Choose a Password'
|
||||
= f.input :password_confirmation, :label => 'Confirm Password'
|
||||
= hidden_field_tag :confirmation_token,@confirmation_token
|
||||
= f.buttons do
|
||||
= f.actions do
|
||||
= f.submit "Activate"
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
= semantic_form_for [:admin, page] do |f|
|
||||
= f.inputs :name, :title, :content
|
||||
= f.buttons
|
||||
= f.actions
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
= f.input :password, :label => "New Password"
|
||||
= f.input :password_confirmation, :label => "Confirm Password"
|
||||
|
||||
= f.buttons do
|
||||
= f.actions do
|
||||
= f.submit "Change my password"
|
||||
|
||||
= render :partial => "devise/shared/links"
|
||||
= render :partial => "devise/shared/links"
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
= check_box_tag "photo[category_ids][]", photo_category.id, @photo.categories.include?(photo_category), :id => "photo_category_ids_#{photo_category.id}"
|
||||
= label_tag "photo_category_ids_#{photo_category.id}", photo_category.name
|
||||
= f.inputs :photo, :title, :description, :flickr_url, :featured, :enabled, :taken_at
|
||||
= f.buttons
|
||||
= f.actions
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
- if devise_mapping.rememberable?
|
||||
= f.input :remember_me, :as => :boolean
|
||||
|
||||
= f.buttons do
|
||||
= f.actions do
|
||||
= f.submit "Sign In"
|
||||
|
||||
= render :partial => "devise/shared/links"
|
||||
= render :partial => "devise/shared/links"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
= f.inputs do
|
||||
= f.input :email
|
||||
|
||||
= f.buttons do
|
||||
= f.actions do
|
||||
= f.submit "Resend unlock instructions"
|
||||
|
||||
= render :partial => "devise/shared/links"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user