Skip to content

Commit

Permalink
add omniauth gem depepdency
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenko committed Feb 1, 2012
1 parent 45a797f commit 07e6d2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions omniauth-shopify.gemspec
Expand Up @@ -18,7 +18,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"
s.add_runtime_dependency 'omniauth', '~> 1.0'
end

0 comments on commit 07e6d2b

Please sign in to comment.