File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- ruby "2.5.8 "
3
+ ruby "2.6.6 "
4
4
5
5
source "https://rubygems.org"
6
6
7
7
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
8
8
9
- gem 'ruby-kafka'
9
+ gem "concurrent-ruby"
10
+ gem "ruby-kafka"
10
11
gem "sinatra"
11
- gem ' puma'
12
+ gem " puma"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ concurrent-ruby (1.1.6 )
4
5
digest-crc (0.6.1 )
5
6
rake (~> 13.0 )
6
7
mustermann (1.1.1 )
@@ -26,12 +27,13 @@ PLATFORMS
26
27
ruby
27
28
28
29
DEPENDENCIES
30
+ concurrent-ruby
29
31
puma
30
32
ruby-kafka
31
33
sinatra
32
34
33
35
RUBY VERSION
34
- ruby 2.5.8p224
36
+ ruby 2.6.6p146
35
37
36
38
BUNDLED WITH
37
39
2.1.4
Original file line number Diff line number Diff line change 2
2
3
3
require "bundler/setup"
4
4
require 'kafka'
5
+ require "concurrent/map"
5
6
require "sinatra"
6
7
require 'tempfile'
7
8
You can’t perform that action at this time.
0 commit comments