Skip to content

Commit 5968cc6

Browse files
committed
updated dependecies
1 parent 3b09ad4 commit 5968cc6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: ruby
22
rvm:
3-
- 2.4
4-
- 2.5
5-
- 2.6
3+
- 2.7
4+
- 3.0
65
- ruby-head
76
branches:
87
except:

string_pattern.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
1616
s.extra_rdoc_files = ["LICENSE","README.md"]
1717
s.homepage = 'https://github.com/MarioRuiz/string_pattern'
1818
s.license = 'MIT'
19-
s.add_runtime_dependency 'regexp_parser', '~> 1.3', '>= 1.3.0'
19+
s.add_runtime_dependency 'regexp_parser', '~> 2.5', '>= 2.5.0' #jal
2020
end
2121

0 commit comments

Comments
 (0)