Skip to content

Commit

Permalink
Bump to v0.1.44 to update YARD vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Courtney committed Jan 2, 2018
1 parent bc25771 commit 6189cf6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AEMO Gem Changelog

## 0.1.44

* [YARD vulnerability](https://rubysec.com/advisories/yard-CVE-2017-17042) update

## 0.1.42

* Dependency updates to support Rails 5.1
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
aemo (0.1.42)
aemo (0.1.43)
activesupport (>= 4.2.6, < 5.2)
httparty (~> 0.15, >= 0.15.6)
json (>= 1.7.5)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
method_source (0.9.0)
mime-types (2.99.3)
mini_portile2 (2.3.0)
minitest (5.10.3)
minitest (5.11.0)
multi_json (1.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.9.9)
yard (0.9.12)

PLATFORMS
ruby
Expand All @@ -179,7 +179,7 @@ DEPENDENCIES
simplecov (~> 0.14, >= 0.14.1)!
timecop (~> 0.9, >= 0.9.1)!
webmock (~> 3.1, >= 3.1.0)!
yard (~> 0.9, >= 0.9.9)!
yard (~> 0.9, >= 0.9.11)!

BUNDLED WITH
1.16.0
1.16.1
2 changes: 1 addition & 1 deletion aemo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '~> 0.14', '>= 0.14.1'
s.add_development_dependency 'timecop', '~> 0.9', '>= 0.9.1'
s.add_development_dependency 'webmock', '~> 3.1', '>= 3.1.0'
s.add_development_dependency 'yard', '~> 0.9', '>= 0.9.9'
s.add_development_dependency 'yard', '~> 0.9', '>= 0.9.11'
end
2 changes: 1 addition & 1 deletion lib/aemo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# @author Joel Courtney <[email protected]>
module AEMO
# aemo version
VERSION = '0.1.42'
VERSION = '0.1.44'

# aemo version split amongst different revisions
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i)
Expand Down

0 comments on commit 6189cf6

Please sign in to comment.