Commit 9dd1f5dfcd3531992b8471c2df39f5aaf9b80185

Authored by Nikita Fedyashev
1 parent 4c90ca45
Exists in master and in 1 other branch production

Remove unnecessary oa-core dependency since it was replaced in favor of omniauth.

Showing 2 changed files with 0 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -65,7 +65,6 @@ platform :ruby do
65 65 gem 'bson_ext', '= 1.6.2'
66 66 end
67 67  
68   -gem 'oa-core'
69 68 gem 'ri_cal'
70 69 gem 'yajl-ruby', :require => "yajl"
71 70  
... ...
Gemfile.lock
... ... @@ -169,7 +169,6 @@ GEM
169 169 net-ssh-gateway (1.1.0)
170 170 net-ssh (>= 1.99.1)
171 171 nokogiri (1.5.5)
172   - oa-core (0.3.2)
173 172 oauth2 (0.8.0)
174 173 faraday (~> 0.8)
175 174 httpauth (~> 0.1)
... ... @@ -348,7 +347,6 @@ DEPENDENCIES
348 347 mongo (= 1.6.2)
349 348 mongoid (~> 2.4.10)
350 349 mongoid_rails_migrations
351   - oa-core
352 350 octokit (~> 1.0.0)
353 351 omniauth-github
354 352 oruen_redmine_client
... ...