Skip to content

Commit

Permalink
Upgraded for rails 4 and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts1978 committed Feb 11, 2016
1 parent 9dd1070 commit cb6ec9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Version Next

### Changes
* SOP Upgrade - rails 4.0

### Dependencies
* None

### Deploy tasks
* None

### Migration Details
* None

### Obfuscation PR
* None
4 changes: 2 additions & 2 deletions zuora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [ "README.md" ]

s.add_runtime_dependency('savon', ["0.9.9"])
s.add_runtime_dependency('activesupport', [">= 3.0.0", "< 4.0.0"])
s.add_runtime_dependency('activemodel', [">= 3.0.0", "< 4.0.0"])
s.add_runtime_dependency('activesupport', [">= 4.0.0", "< 5.0.0"])
s.add_runtime_dependency('activemodel', [">= 4.0.0", "< 5.0.0"])
s.add_runtime_dependency('httpi', ["0.9.7"])
s.add_runtime_dependency('libxml4r', ['~> 0.2.6'])

Expand Down

0 comments on commit cb6ec9c

Please sign in to comment.