Skip to content

Commit

Permalink
Remove JSON dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Jul 6, 2015
1 parent 6f8256c commit 5f5c8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased][unreleased]
- Remove JSON gem dep that is not longer needed with Ruby 1.9+

## [0.0.1] - 2015-06-27
### Fixed
Expand Down
3 changes: 1 addition & 2 deletions sensu-plugins-opsgenie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Gem::Specification.new do |s|
s.version = SensuPluginsOpsgenie::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '1.1.0'
s.add_runtime_dependency 'json', '1.8.3'

s.add_development_dependency 'bundler', '~> 1.7'
s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'
Expand All @@ -47,6 +46,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'redcarpet', '~> 3.2'
s.add_development_dependency 'rspec', '~> 3.1'
s.add_development_dependency 'rubocop', '0.30'
s.add_development_dependency 'rubocop', '0.32.1'
s.add_development_dependency 'yard', '~> 0.8'
end

0 comments on commit 5f5c8d5

Please sign in to comment.