Skip to content

Commit

Permalink
Merge pull request #128 from Shopify/6.0.5
Browse files Browse the repository at this point in the history
Bump min version of omniauth-shopify-oauth2, remove hard requirement on shopify_api
  • Loading branch information
stevelounsbury committed May 12, 2015
2 parents 133f89e + 0702645 commit c8baa42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
@@ -1,3 +1,3 @@
module ShopifyApp
VERSION = "6.0.4"
VERSION = "6.0.5"
end
4 changes: 2 additions & 2 deletions shopify_app.gemspec
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |s|

s.add_dependency('rails', '>= 3.1', '< 5.0')

s.add_runtime_dependency('shopify_api', '~> 3.2.0')
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 1.1.4')
s.add_runtime_dependency('shopify_api', '~> 4.0.2')
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 1.1.8')

s.add_development_dependency('rake')
s.add_development_dependency('byebug')
Expand Down

0 comments on commit c8baa42

Please sign in to comment.