Skip to content

Commit d7cc987

Browse files
committed
Revert "Try to make some things work on my local system with Ruby newer than 2.6"
This reverts commit 98ce98d.
1 parent 329624c commit d7cc987

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ group :development do
1111
gem 'pry'
1212
gem 'pry-byebug'
1313
gem 'rake', '10.1.0'
14-
gem 'sync' if Gem::Version.new(RUBY_VERSION) > Gem::Version.new('2.6')
1514
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
1615
end

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ GEM
6767
ruby-progressbar (1.10.1)
6868
stomp (1.4.9)
6969
syck (1.4.0)
70-
sync (0.5.0)
7170
systemu (2.6.5)
7271

7372
PLATFORMS
@@ -86,7 +85,6 @@ DEPENDENCIES
8685
rspec (= 3.3.0)
8786
rubocop (= 0.32.1)
8887
syck
89-
sync
9088

9189
BUNDLED WITH
9290
1.17.3

0 commit comments

Comments
 (0)