Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/soutaro/steep.git
revision: 35bb7dc667a709d999105fe78b534b819afef6d7
revision: 243debe385caaa96040f7cd7e750a00c5502ea60
specs:
steep (2.1.0.dev.1)
concurrent-ruby (>= 1.1.10)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
parser (3.3.12.0)
ast (~> 2.4.1)
racc
power_assert (3.0.1)
power_assert (3.1.0)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion steep/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
parser (3.3.12.0)
ast (~> 2.4.1)
racc
power_assert (3.0.1)
power_assert (3.1.0)
prism (1.9.0)
racc (1.8.1)
rainbow (3.1.1)
Expand Down
1 change: 1 addition & 0 deletions test/stdlib/Ripper_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require_relative "test_helper"
require "ripper"

class RipperSingletonTest < Test::Unit::TestCase
include TestHelper
Expand Down
Loading