Skip to content

Commit

Permalink
Ties the gem to version 2.3.0 of the api gem
Browse files Browse the repository at this point in the history
to avoid breakages with oauth version.

Bumps the minor version number.
  • Loading branch information
David Underwood authored and David Underwood committed Apr 5, 2012
1 parent 6b80235 commit 2f00e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyApp
VERSION = "2.1.1"
VERSION = "2.1.2"
end
2 changes: 1 addition & 1 deletion shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "shopify-api"

s.add_runtime_dependency('rails', '~> 3.1')
s.add_runtime_dependency('shopify_api')
s.add_runtime_dependency('shopify_api', '2.3.0')

s.add_development_dependency('rake')

Expand Down

0 comments on commit 2f00e52

Please sign in to comment.