Skip to content

Commit

Permalink
Bundle update (CVE-2018-3760, requires Ruby 2.3, PR #561)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen authored Oct 13, 2018
1 parent 4137992 commit d9ae0d1
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
sudo: false
rvm:
- 2.1
- 2.3
services:
- mysql
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'rails-assets-listjs', '0.2.0.beta.4' # remember to maintain list.*.js plugi
gem 'i18n-js', '~> 3.0.0.rc8'
gem 'rails-i18n'

gem 'mysql2'
gem 'mysql2', '~> 0.4.0' # for compatibility with rails 4
gem 'prawn'
gem 'prawn-table'
gem 'haml', '~> 4.0' # some breaking changes in version 5, remove this line again when fixed
Expand Down
Loading

0 comments on commit d9ae0d1

Please sign in to comment.