Skip to content

Commit

Permalink
Merge pull request #47 from dinj-oss/update_dependency_and_bump_version
Browse files Browse the repository at this point in the history
Update dependency and bump version
  • Loading branch information
dinjas committed May 4, 2018
2 parents ac9d883 + 388e1f3 commit 2dfb8a6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Removed

## [0.1.11] - 2018-05-04

### Added

### Changed

- Updated `rails-html-sanitzer` gem to address security vulnerability.
[I46](https://github.com/dinj-oss/mutator_rails/issues/46) [PR45](https://github.com/dinj-oss/mutator_rails/pull/45)

### Removed

## [0.1.10] - 2018-04-13

### Added
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mutator_rails (0.1.10)
mutator_rails (0.1.11)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -146,8 +146,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.1.0)
actionpack (= 5.1.0)
activesupport (= 5.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/mutator_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MutatorRails
VERSION = '0.1.10'
VERSION = '0.1.11'
end
Binary file removed mutator_rails-0.1.10.gem
Binary file not shown.

0 comments on commit 2dfb8a6

Please sign in to comment.