We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7d28b commit 98ce98dCopy full SHA for 98ce98d
Gemfile
@@ -11,5 +11,6 @@ group :development do
11
gem 'pry'
12
gem 'pry-byebug'
13
gem 'rake', '10.1.0'
14
+ gem 'sync' if Gem::Version.new(RUBY_VERSION) > Gem::Version.new('2.6')
15
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
16
end
Gemfile.lock
@@ -67,6 +67,7 @@ GEM
67
ruby-progressbar (1.10.1)
68
stomp (1.4.9)
69
syck (1.4.0)
70
+ sync (0.5.0)
71
systemu (2.6.5)
72
73
PLATFORMS
@@ -85,6 +86,7 @@ DEPENDENCIES
85
86
rspec (= 3.3.0)
87
rubocop (= 0.32.1)
88
syck
89
+ sync
90
91
BUNDLED WITH
92
1.17.3
0 commit comments