Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Nov 27, 2019
1 parent c2a881f commit b79e97d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'activesupport', '~> 5.0'
gem 'activesupport', '~> 6.0'
gem 'twitter', '~> 6.2'
gem 'lumberjack', '~> 1.0'
gem 'sysexits', '~> 1.2'
Expand Down Expand Up @@ -30,7 +30,7 @@ group :development, :test do
end

group :test do
gem 'rake', '~> 12.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.1'
gem 'coveralls', require: false
gem 'webmock', '~> 3.3'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
activesupport (6.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
buftok (0.2.0)
charlock_holmes (0.7.6)
charlock_holmes (0.7.7)
coderay (1.1.2)
concurrent-ruby (1.1.5)
coveralls (0.8.23)
Expand All @@ -37,7 +38,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
event_emitter (0.2.6)
ffi (1.11.1)
ffi (1.11.3)
gdbm (2.0.0)
grinch (1.0.1)
guess_html_encoding (0.0.11)
Expand Down Expand Up @@ -75,15 +76,15 @@ GEM
mini_portile2 (~> 2.4.0)
opus-ruby (1.0.1)
ffi
parallel (1.18.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.1)
rainbow (3.0.0)
rake (12.3.3)
rake (13.0.1)
rbnacl (3.4.0)
ffi
rest-client (2.1.0)
Expand Down Expand Up @@ -124,7 +125,7 @@ GEM
tins (~> 1.0)
thor (0.20.3)
thread_safe (0.3.6)
tins (1.22.0)
tins (1.22.2)
twitter (6.2.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
Expand All @@ -151,12 +152,13 @@ GEM
event_emitter
websocket
yard (0.9.20)
zeitwerk (2.2.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.0)
activesupport (~> 6.0)
charlock_holmes (~> 0.7)
coveralls
d1lcs
Expand All @@ -170,7 +172,7 @@ DEPENDENCIES
mail (~> 2.7)
nokogiri (~> 1.6)
pry (~> 0.10)
rake (~> 12.0)
rake (~> 13.0)
rspec (~> 3.1)
rubocop (~> 0.28)
sysexits (~> 1.2)
Expand Down

0 comments on commit b79e97d

Please sign in to comment.