Skip to content

Commit

Permalink
update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicocamacho committed Nov 4, 2019
1 parent 769dcd7 commit 920a2a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
PATH
remote: .
specs:
binco (3.3.0)
bootstrap (>= 4.3.1)
binco (3.5.2)
bootstrap (~> 4.3)
bootstrap-datepicker-rails (~> 1.6, >= 1.6.0)
jquery-rails (= 4.3.1)
railties (>= 3.2, <= 6)
select2-rails (~> 4.0)
will_paginate (~> 3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -30,7 +29,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
autoprefixer-rails (9.5.1)
autoprefixer-rails (9.7.1)
execjs
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
Expand All @@ -56,7 +55,7 @@ GEM
method_source (0.9.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.10.2)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
popper_js (1.14.5)
rack (2.0.7)
Expand Down Expand Up @@ -88,10 +87,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.1)
sassc (2.2.1)
ffi (~> 1.9)
rake
sassc-rails (2.1.0)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
Expand All @@ -111,7 +109,6 @@ GEM
tilt (2.0.9)
tzinfo (1.2.5)
thread_safe (~> 0.1)
will_paginate (3.1.7)

PLATFORMS
ruby
Expand All @@ -122,4 +119,4 @@ DEPENDENCIES
sass-rails (~> 5.0)

BUNDLED WITH
2.0.1
2.0.2
2 changes: 1 addition & 1 deletion lib/binco/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Binco
VERSION = '3.5.2'
VERSION = '3.5.3'
end

0 comments on commit 920a2a3

Please # to comment.