Skip to content

Commit 885d69d

Browse files
committed
update for rails 5.2
1 parent f928d89 commit 885d69d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PATH
22
remote: .
33
specs:
4-
binco (3.1.1)
5-
bootstrap (= 4.0.0.beta3)
4+
binco (3.1.6)
5+
bootstrap (= 4.0.0)
66
bootstrap-datepicker-rails (~> 1.6, >= 1.6.0)
77
jquery-rails (= 4.3.1)
8-
railties (>= 3.2, < 5.2.x)
8+
railties (>= 3.2, <= 6)
99
select2-rails (~> 4.0)
1010
will_paginate (~> 3.0)
1111

@@ -30,13 +30,13 @@ GEM
3030
i18n (~> 0.7)
3131
minitest (~> 5.1)
3232
tzinfo (~> 1.1)
33-
autoprefixer-rails (7.2.5)
33+
autoprefixer-rails (8.4.1)
3434
execjs
35-
bootstrap (4.0.0.beta3)
35+
bootstrap (4.0.0)
3636
autoprefixer-rails (>= 6.0.3)
37-
popper_js (>= 1.12.3, < 2)
37+
popper_js (>= 1.12.9, < 2)
3838
sass (>= 3.5.2)
39-
bootstrap-datepicker-rails (1.7.1.1)
39+
bootstrap-datepicker-rails (1.8.0.1)
4040
railties (>= 3.0)
4141
builder (3.2.3)
4242
concurrent-ruby (1.0.5)
@@ -113,4 +113,4 @@ DEPENDENCIES
113113
sass-rails (~> 5.0)
114114

115115
BUNDLED WITH
116-
1.15.4
116+
1.16.1

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", ">= 3.2", "< 5.2.x"
21+
s.add_dependency "railties", ">= 3.2", "<= 6"
2222

2323
s.add_dependency "bootstrap", "4.0.0"
2424
s.add_dependency "jquery-rails", '4.3.1'

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 = '3.1.6'
2+
VERSION = '3.2.0'
33
end

0 commit comments

Comments
 (0)