Skip to content

Commit 2bc026c

Browse files
author
Romain Gérard
committed
Bump parslet to 2.0.0
1 parent 5e9be7f commit 2bc026c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'parslet', '~> 1.6', '>= 1.6.2'
3+
gem 'parslet', '~> 2.0', '>= 2.0.0'
44

55
group :development do
66
gem 'pry', '~> 0.10', '>= 0.10.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GEM
7474
multi_json (~> 1.3)
7575
multi_xml (~> 0.5)
7676
rack (>= 1.2, < 3)
77-
parslet (1.8.2)
77+
parslet (2.0.0)
7878
pry (0.14.1)
7979
coderay (~> 1.1)
8080
method_source (~> 1.0)
@@ -119,7 +119,7 @@ PLATFORMS
119119

120120
DEPENDENCIES
121121
juwelier (~> 2.4)
122-
parslet (~> 1.6, >= 1.6.2)
122+
parslet (~> 2.0, >= 2.0.0)
123123
pry (~> 0.10, >= 0.10.1)
124124
pry-stack_explorer (~> 0.4, >= 0.4.9.1)
125125
rspec (~> 3.1, >= 3.1.0)

0 commit comments

Comments
 (0)