Skip to content

Commit

Permalink
Update to bootstrap 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Mar 5, 2019
1 parent db8dee7 commit 0324006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 8.0.0

### Enhancements
- **Gem Changes**
- Update to bootstrap 4.3.1

## 7.0.1 (February 8, 2019)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "pg", ">= 0.18", "< 2.0"
# Gems used by project
gem "autoprefixer-rails", "9.1.0"
gem "aws-sdk-s3", require: false
gem "bootstrap", "~> 4.2.1"
gem "bootstrap", "~> 4.3.1"
gem "carrierwave", "~> 1.2.3"
gem "devise", "~> 4.6.0"
gem "fog-aws"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GEM
bindex (0.5.0)
bootsnap (1.4.1)
msgpack (~> 1.0)
bootstrap (4.2.1)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
Expand Down Expand Up @@ -310,7 +310,7 @@ DEPENDENCIES
autoprefixer-rails (= 9.1.0)
aws-sdk-s3
bootsnap (>= 1.1.0)
bootstrap (~> 4.2.1)
bootstrap (~> 4.3.1)
capybara (>= 2.15, < 4.0)
carrierwave (~> 1.2.3)
coffee-rails (~> 4.2)
Expand Down

0 comments on commit 0324006

Please sign in to comment.