Skip to content

Commit 0d9f000

Browse files
authored
Merge pull request #1543 from viralpraxis/remove-ruby27-prism-workaround
Remove CI workaround for Ruby 2.7
2 parents c6729bb + 9e0844b commit 0d9f000

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
77
gemspec
88

99
gem 'bump', require: false
10-
# FIXME: Remove when the next prism version is released.
11-
gem 'prism', '< 1.5.0' if RUBY_VERSION < '3.0' || RUBY_ENGINE == 'jruby'
1210
gem 'rake'
1311
gem 'rspec'
1412
gem 'rubocop', github: 'rubocop/rubocop'

0 commit comments

Comments
 (0)