Skip to content

Commit

Permalink
Upgrade bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
florentferry committed Feb 27, 2019
1 parent 5794a71 commit 4e619b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ before_install:
- gem update --system

rvm:
- 2.2
- 2.3
- 2.4
- 2.5
Expand All @@ -21,7 +20,7 @@ cache:
yarn: true

install:
- bundle update --bundler
- gem install bundler
- bundle install
- nvm install node
- node -v
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

**Breaking changes:**
- Dropped support for Rails 4.2
- Dropped support for Ruby 2.2

**Enhancements:**
- Komponent now reports component stats when you run `bin/rails stats`
Expand Down

0 comments on commit 4e619b3

Please sign in to comment.