File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 digest
66 ffi
77 fileutils (~> 1.7 )
8- prism (~> 1.3.0 )
8+ prism (>= 1.3.0 , < 1.5 .0 )
99
1010GEM
1111 remote: https://rubygems.org/
3636 parser (3.3.0.5 )
3737 ast (~> 2.4.1 )
3838 racc
39- prism (1.3 .0 )
39+ prism (1.4 .0 )
4040 psych (5.1.2 )
4141 stringio
4242 racc (1.7.3 )
@@ -79,4 +79,4 @@ DEPENDENCIES
7979 rubocop (~> 1.21 )
8080
8181BUNDLED WITH
82- 2.5.3
82+ 2.6.8
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
3535 spec . add_dependency "digest"
3636 spec . add_dependency "ffi"
3737 spec . add_dependency "fileutils" , "~> 1.7"
38- spec . add_dependency "prism" , "~> 1.3.0"
38+ spec . add_dependency "prism" , ">= 1.3.0" , "< 1.5 .0"
3939 # For more information and examples about making a new gem, check out our
4040 # guide at: https://bundler.io/guides/creating_gem.html
4141end
You can’t perform that action at this time.
0 commit comments