Skip to content

Commit

Permalink
0.2.0: Allow to use with newer versions of newrelic_rpm
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
Envek committed Nov 11, 2020
1 parent 2ba9ed1 commit 5e77766
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.2.0 - 2020-11-11

### Fixed

- Relaxed dependencies for newrelic_rpm and yabeda, allowing to use it with newer versions of both gems

## 0.1.1 - 2018-10-31

Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/newrelic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module NewRelic
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end
4 changes: 2 additions & 2 deletions yabeda-newrelic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "newrelic_rpm", "~> 5.0"
spec.add_dependency "yabeda", "~> 0.1.0"
spec.add_dependency "newrelic_rpm", ">= 5.0"
spec.add_dependency "yabeda", "~> 0.1"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 5e77766

Please sign in to comment.