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 329624c commit d7cc987Copy full SHA for d7cc987
Gemfile
@@ -11,6 +11,5 @@ 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,7 +67,6 @@ 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
@@ -86,7 +85,6 @@ DEPENDENCIES
86
85
rspec (= 3.3.0)
87
rubocop (= 0.32.1)
88
syck
89
- sync
90
91
BUNDLED WITH
92
1.17.3
0 commit comments