Skip to content

Commit

Permalink
Updated misc. dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgrambo-zz committed Aug 13, 2019
1 parent 1191c97 commit 596890f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion asana.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '~> 2.0'

spec.add_dependency "oauth2", "~> 1.0"
spec.add_dependency "oauth2", "~> 1.4"
spec.add_dependency "faraday", "~> 0.9"
spec.add_dependency "faraday_middleware", "~> 0.9"
spec.add_dependency "faraday_middleware-multi_json", "~> 0.0"
Expand Down
2 changes: 0 additions & 2 deletions examples/Gemfile
@@ -1,6 +1,4 @@
source 'https://rubygems.org'

gem 'omniauth', '~> 1.3'
gem 'omniauth-asana'
gem 'sinatra'
gem 'asana', path: '../'
54 changes: 0 additions & 54 deletions examples/omniauth_integration.rb

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,6 +2,6 @@
"devDependencies": {
"inflect": "^0.3.0",
"js-yaml": "^3.2.5",
"lodash": "^2.4.1"
"lodash": "^4.17.13"
}
}

0 comments on commit 596890f

Please sign in to comment.