Skip to content

Commit

Permalink
Temporary fix for RM 3.3.2 console with ruby >= 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jan 18, 2024
1 parent e1e22d7 commit 0be1d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ source 'https://rubygems.org'

gem 'rake'

gem 'readline-ext' # temporary fix for RM 3.3.2 console with ruby >= 3.3.0

group :test do
gem 'activesupport'
gem 'codecov', require: false
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rbzip2 (0.3.0)
readline-ext (0.2.0)
regexp_parser (2.9.0)
rematch (1.4.2)
rerun (0.14.0)
Expand Down Expand Up @@ -137,6 +138,7 @@ DEPENDENCIES
rack
rake
rake-manifest
readline-ext
rematch
rerun
rubocop
Expand Down

0 comments on commit 0be1d3e

Please sign in to comment.