Skip to content

Commit bf9ee7d

Browse files
committed
fix dependency version
1 parent 53ffa11 commit bf9ee7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap_form_extensions.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
1818
s.test_files = Dir["test/**/*"]
1919

20-
s.add_dependency "bootstrap_form", "~> 2.3"
20+
s.add_dependency "bootstrap_form", "~> 4.2.0"
2121

2222
s.add_development_dependency "rails", "~> 5.0"
2323
s.add_development_dependency "sqlite3"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapFormExtensions
2-
VERSION = "4.0.0"
2+
VERSION = "4.0.1"
33
end

0 commit comments

Comments
 (0)