mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Update shoulda gems
This commit is contained in:
parent
32d9ee0fe7
commit
37eb6f0986
4
Gemfile
4
Gemfile
@ -52,6 +52,8 @@ end
|
|||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
|
gem 'shoulda'
|
||||||
|
gem 'shoulda-context'
|
||||||
gem 'shoulda-matchers'
|
gem 'shoulda-matchers'
|
||||||
gem 'poltergeist'
|
gem 'poltergeist'
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
@ -72,7 +74,7 @@ gem 'pg'
|
|||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'simple_form'
|
gem 'simple_form'
|
||||||
gem 'squeel'
|
gem 'squeel'
|
||||||
#gem 'mini_exiftool'
|
# gem 'mini_exiftool'
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
gem 'dragonfly'
|
gem 'dragonfly'
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@ -218,8 +218,12 @@ GEM
|
|||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (>= 1.1, < 3)
|
tilt (>= 1.1, < 3)
|
||||||
sexp_processor (4.6.0)
|
sexp_processor (4.6.0)
|
||||||
shoulda-matchers (3.0.0)
|
shoulda (3.5.0)
|
||||||
activesupport (>= 4.0.0)
|
shoulda-context (~> 1.0, >= 1.0.1)
|
||||||
|
shoulda-matchers (>= 1.4.1, < 3.0)
|
||||||
|
shoulda-context (1.2.1)
|
||||||
|
shoulda-matchers (2.8.0)
|
||||||
|
activesupport (>= 3.0.0)
|
||||||
simple_form (3.2.0)
|
simple_form (3.2.0)
|
||||||
actionpack (~> 4.0)
|
actionpack (~> 4.0)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
@ -298,6 +302,8 @@ DEPENDENCIES
|
|||||||
rspec-rails
|
rspec-rails
|
||||||
ruby_parser
|
ruby_parser
|
||||||
sass-rails (~> 5.0.0)
|
sass-rails (~> 5.0.0)
|
||||||
|
shoulda
|
||||||
|
shoulda-context
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
simple_form
|
simple_form
|
||||||
simplecov
|
simplecov
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user