Skip to content

Commit

Permalink
Bump simple_form from 3.1.0.rc2 to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 26, 2019
1 parent 3594012 commit 60db321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60db321

Please sign in to comment.