Skip to content

Commit 4c8d2c0

Browse files
authored
Merge pull request #27 from miry/bump-prism
Bump prism to 1.4.0
2 parents 4420411 + 3d7232d commit 4c8d2c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
digest
66
ffi
77
fileutils (~> 1.7)
8-
prism (~> 1.3.0)
8+
prism (>= 1.3.0, < 1.5.0)
99

1010
GEM
1111
remote: https://rubygems.org/
@@ -36,7 +36,7 @@ GEM
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

8181
BUNDLED WITH
82-
2.5.3
82+
2.6.8

crystalruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4141
end

0 commit comments

Comments
 (0)