mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump fog-core dep
This commit is contained in:
parent
9fd2046c5c
commit
53be793994
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
## List your runtime dependencies here. Runtime dependencies are those
|
||||
## that are needed for an end user to actually USE your code.
|
||||
s.add_dependency("fog-core", "~> 1.22")
|
||||
s.add_dependency("fog-core", "~> 1.23")
|
||||
s.add_dependency("fog-json")
|
||||
|
||||
s.add_dependency('nokogiri', '~> 1.5', '>= 1.5.11')
|
||||
|
|
Loading…
Reference in a new issue