Skip to content

Commit eac40be

Browse files
committed
boostrap-sass version change
1 parent dc6c627 commit eac40be

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.c9build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Build
4-
gem install bundler
4+
gem install bundler -v "~> 1.7"
55
bundle install
66

77
# Analysis

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'mini_magick', '3.8.0'
88
gem 'fog', '1.36.0'
99
gem 'will_paginate', '3.0.7'
1010
gem 'bootstrap-will_paginate', '0.0.10'
11-
gem 'bootstrap-sass', '3.2.0.0'
11+
gem 'bootstrap-sass', '3.3.7'
1212
gem 'sass-rails', '5.0.2'
1313
gem 'uglifier', '2.5.3'
1414
gem 'coffee-rails', '4.1.0'

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@ GEM
4040
ansi (1.5.0)
4141
arel (6.0.3)
4242
ast (2.3.0)
43+
autoprefixer-rails (9.5.1)
44+
execjs
4345
bcrypt (3.1.7)
4446
binding_of_caller (0.7.3.pre1)
4547
debug_inspector (>= 0.0.1)
46-
bootstrap-sass (3.2.0.0)
47-
sass (~> 3.2)
48+
bootstrap-sass (3.3.7)
49+
autoprefixer-rails (>= 5.2.1)
50+
sass (>= 3.3.4)
4851
bootstrap-will_paginate (0.0.10)
4952
will_paginate
5053
brakeman (3.3.3)
@@ -359,7 +362,7 @@ PLATFORMS
359362

360363
DEPENDENCIES
361364
bcrypt (= 3.1.7)
362-
bootstrap-sass (= 3.2.0.0)
365+
bootstrap-sass (= 3.3.7)
363366
bootstrap-will_paginate (= 0.0.10)
364367
brakeman
365368
brakeman_translate_checkstyle_format
@@ -392,4 +395,4 @@ DEPENDENCIES
392395
will_paginate (= 3.0.7)
393396

394397
BUNDLED WITH
395-
1.12.5
398+
1.15.3

0 commit comments

Comments
 (0)