mirror of
https://github.com/thewesker/ebooks_example.git
synced 2025-12-20 04:11:13 -05:00
bump dep to 3.0.8, remove Bot#block workaround
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -1,6 +1,6 @@
|
||||
source 'http://rubygems.org'
|
||||
ruby '2.1.3'
|
||||
|
||||
gem 'twitter_ebooks', '3.0.7'
|
||||
gem 'twitter_ebooks', '3.0.8'
|
||||
gem 'dotenv'
|
||||
gem 'cloudinary'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
addressable (2.3.6)
|
||||
addressable (2.3.7)
|
||||
awesome_print (1.6.1)
|
||||
aws_cf_signer (0.1.3)
|
||||
bloomfilter-rb (2.1.1)
|
||||
@@ -40,7 +40,7 @@ GEM
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
redis (3.2.0)
|
||||
redis (3.2.1)
|
||||
rest-client (1.7.2)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
@@ -60,7 +60,7 @@ GEM
|
||||
memoizable (~> 0.4.0)
|
||||
naught (~> 1.0)
|
||||
simple_oauth (~> 0.3.0)
|
||||
twitter_ebooks (3.0.7)
|
||||
twitter_ebooks (3.0.8)
|
||||
engtagger
|
||||
fast-stemmer
|
||||
gingerice
|
||||
@@ -80,4 +80,4 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
cloudinary
|
||||
dotenv
|
||||
twitter_ebooks (= 3.0.7)
|
||||
twitter_ebooks (= 3.0.8)
|
||||
|
||||
Reference in New Issue
Block a user