Skip to content

Commit 136fae9

Browse files
committed
update for rails 5.2
1 parent bdde742 commit 136fae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binco.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.test_files = Dir["test/**/*"]
1919
s.require_paths = ['lib']
2020

21-
s.add_dependency "railties", ">= 4.0.0", "< 5.2"
21+
s.add_dependency "railties", ">= 4.0.0", "< 6"
2222

2323
s.add_dependency "bootstrap-datepicker-rails"
2424
s.add_dependency "select2-rails"

lib/binco/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Binco
2-
VERSION = '0.0.3'
2+
VERSION = '2.0.1'
33
end

0 commit comments

Comments
 (0)