There was an error while loading. Please reload this page.
1 parent 17371a8 commit ec292a2Copy full SHA for ec292a2
Gemfile
@@ -7,7 +7,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
7
gemspec
8
9
gem 'bump', require: false
10
-gem 'prism'
+# FIXME: Remove when the next prism version is released.
11
+gem 'prism', '< 1.5.0' if RUBY_VERSION < '3.0' || RUBY_ENGINE == 'jruby'
12
gem 'rake'
13
gem 'rspec'
14
gem 'rubocop', github: 'rubocop/rubocop'
0 commit comments