Skip to content

Commit

Permalink
Merge pull request #1633 from tvdeyen/allow-simple-form-5
Browse files Browse the repository at this point in the history
Allow simple form 5
  • Loading branch information
tvdeyen authored Oct 11, 2019
2 parents b75f08c + bdaa1ef commit 2919bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ addons:
postgresql: "10"
cache:
bundler: true
directories:
- /home/travis/.webdrivers/
rvm:
- 2.5.5
- 2.6.3
Expand Down
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'request_store', ['~> 1.2']
gem.add_runtime_dependency 'responders', ['>= 2.0', '< 4.0']
gem.add_runtime_dependency 'select2-rails', ['>= 3.5.9.1', '< 4.0']
gem.add_runtime_dependency 'simple_form', ['~> 4.0']
gem.add_runtime_dependency 'simple_form', ['>= 4.0', '< 6']
gem.add_runtime_dependency 'turbolinks', ['>= 2.5']

gem.add_development_dependency 'capybara', ['~> 3.0']
Expand Down

0 comments on commit 2919bf1

Please sign in to comment.