Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
rails (~> 5.0.2)
sass-rails
sassc (~> 2.1.0)
simple_form (~> 3.3.0)
simple_form (>= 5.0.2)
term-ansicolor
underscore-rails (~> 1.4)
will_paginate (~> 3.0.0)
Expand Down Expand Up @@ -188,7 +188,7 @@ GEM
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.1.1)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest-rails (3.0.0)
Expand Down Expand Up @@ -280,9 +280,9 @@ GEM
tilt (>= 1.1, < 3)
sassc (2.1.0)
ffi (~> 1.9)
simple_form (3.3.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simple_form (5.0.3)
actionpack (>= 5.0)
activemodel (>= 5.0)
single_test (0.6.0)
rake
slop (3.6.0)
Expand Down
2 changes: 1 addition & 1 deletion browsercms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |s|
s.add_dependency("panoramic")
s.add_dependency("will_paginate", "~>3.0.0")
s.add_dependency("actionpack-page_caching", "~>1.0")
s.add_dependency("simple_form", "~>3.3.0")
s.add_dependency("simple_form", ">= 5.0.2")

# Required only for bcms-upgrade
s.add_dependency "term-ansicolor"
Expand Down