downgrade simple_form because bootstrap 3
This commit is contained in:
parent
aed389a7ad
commit
3004074e2e
2
Gemfile
2
Gemfile
|
@ -57,7 +57,7 @@ gem 'jquery-rails'
|
|||
gem 'jquery-migrate-rails'
|
||||
gem 'ruby-haml-js'
|
||||
gem 'slim'
|
||||
gem 'simple_form'
|
||||
gem 'simple_form', '3.1.0.rc2'
|
||||
gem 'friendly_id'
|
||||
|
||||
gem 'rack-throttle', '~> 0.3.0'
|
||||
|
|
|
@ -485,7 +485,7 @@ GEM
|
|||
shoulda-context (1.2.1)
|
||||
shoulda-matchers (2.8.0)
|
||||
activesupport (>= 3.0.0)
|
||||
simple_form (3.1.0)
|
||||
simple_form (3.1.0.rc2)
|
||||
actionpack (~> 4.0)
|
||||
activemodel (~> 4.0)
|
||||
sinatra (1.4.5)
|
||||
|
@ -656,7 +656,7 @@ DEPENDENCIES
|
|||
shotgun
|
||||
shoulda
|
||||
shoulda-matchers
|
||||
simple_form
|
||||
simple_form (= 3.1.0.rc2)
|
||||
sitemap_generator
|
||||
skype
|
||||
slim
|
||||
|
|
Loading…
Reference in New Issue