Maintenance: Unpin twitter gem.
This commit is contained in:
parent
0f61a7e6ca
commit
a7e1b64b95
2 changed files with 13 additions and 21 deletions
2
Gemfile
2
Gemfile
|
@ -96,7 +96,7 @@ gem 'gmail_xoauth'
|
|||
gem 'koala'
|
||||
gem 'telegramAPI'
|
||||
# Updating twitter to 'master' seems to break things, so freeze the revision for now.
|
||||
gem 'twitter', git: 'https://github.com/sferik/twitter.git', ref: '29a18644e3c433f53ed76f0867f9b9734f7a7357'
|
||||
gem 'twitter'
|
||||
|
||||
# channels - email additions
|
||||
gem 'htmlentities'
|
||||
|
|
32
Gemfile.lock
32
Gemfile.lock
|
@ -1,20 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/sferik/twitter.git
|
||||
revision: 29a18644e3c433f53ed76f0867f9b9734f7a7357
|
||||
ref: 29a18644e3c433f53ed76f0867f9b9734f7a7357
|
||||
specs:
|
||||
twitter (7.0.0)
|
||||
addressable (~> 2.3)
|
||||
buftok (~> 0.2.0)
|
||||
equalizer (~> 0.0.11)
|
||||
http (~> 4.0)
|
||||
http-form_data (~> 2.0)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
memoizable (~> 0.4.0)
|
||||
multipart-post (~> 2.0)
|
||||
naught (~> 1.0)
|
||||
simple_oauth (~> 0.3.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/wimm/rubyntlm
|
||||
revision: 53969639b87b9e5d5fef560f19cf0d977259591c
|
||||
|
@ -309,7 +292,6 @@ GEM
|
|||
ice_cube (0.16.3)
|
||||
inflection (1.0.0)
|
||||
interception (0.5)
|
||||
ipaddr (1.2.2)
|
||||
json (2.5.1)
|
||||
jwt (2.2.3)
|
||||
kgio (2.11.4)
|
||||
|
@ -409,7 +391,6 @@ GEM
|
|||
omniauth (~> 1.5)
|
||||
omniauth-oauth2 (>= 1.4.0)
|
||||
openssl (2.2.0)
|
||||
ipaddr
|
||||
parallel (1.20.1)
|
||||
parser (3.0.1.1)
|
||||
ast (~> 2.4.1)
|
||||
|
@ -603,6 +584,17 @@ GEM
|
|||
faraday (>= 0.9, < 2.0)
|
||||
jwt (>= 1.5, <= 2.5)
|
||||
nokogiri (>= 1.6, < 2.0)
|
||||
twitter (7.0.0)
|
||||
addressable (~> 2.3)
|
||||
buftok (~> 0.2.0)
|
||||
equalizer (~> 0.0.11)
|
||||
http (~> 4.0)
|
||||
http-form_data (~> 2.0)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
memoizable (~> 0.4.0)
|
||||
multipart-post (~> 2.0)
|
||||
naught (~> 1.0)
|
||||
simple_oauth (~> 0.3.0)
|
||||
tzinfo (1.2.9)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (4.2.0)
|
||||
|
@ -745,7 +737,7 @@ DEPENDENCIES
|
|||
telephone_number
|
||||
test-unit
|
||||
twilio-ruby
|
||||
twitter!
|
||||
twitter
|
||||
uglifier
|
||||
unicorn
|
||||
valid_email2
|
||||
|
|
Loading…
Reference in a new issue