diff --git a/Gemfile b/Gemfile index 7facaeb86..b6f76c94f 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'meta-tags', require: 'meta_tags' gem 'haml-rails' gem 'ruby-haml-js' gem 'slim' -gem 'simple_form', '3.1.0.rc2' +gem 'simple_form', '4.0.0' gem 'friendly_id' gem 'rack-throttle', '~> 0.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 35827f79a..727c4ed42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -513,9 +513,9 @@ GEM rufus-scheduler (~> 3.2) sidekiq (>= 3) tilt (>= 1.4.0) - simple_form (3.1.0.rc2) - actionpack (~> 4.0) - activemodel (~> 4.0) + simple_form (4.0.0) + actionpack (> 4) + activemodel (> 4) sinatra (1.4.8) rack (~> 1.5) rack-protection (~> 1.4) @@ -642,7 +642,7 @@ DEPENDENCIES sidekiq sidekiq-failures sidekiq-scheduler (~> 2.0) - simple_form (= 3.1.0.rc2) + simple_form (= 4.0.0) sinatra slim soundmanager-rails