Skip to content

Commit

Permalink
fix ood_core version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Jul 17, 2017
1 parent 2a8954a commit ba1317e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Changed the `CHANGELOG.md` formatting.

### Fixed

- Loosened up version requirements on `ood_core` to better follow semantic
versioning.

## 1.0.2 (2017-06-12)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion ood_appkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.2.0"

s.add_dependency "rails", "~> 4.0", ">= 4.0.7"
s.add_dependency "ood_core", "~> 0.0.1"
s.add_dependency "ood_core", "~> 0.1"
s.add_dependency "addressable", "~> 2.4"
s.add_dependency "redcarpet", "~> 3.2"
s.add_dependency "lograge", "~>0.3"
Expand Down

0 comments on commit ba1317e

Please sign in to comment.