Skip to content

Commit bf44eb9

Browse files
committed
Update coveralls version, and load ebnf and sxp gems (at least temporarily). Remove "listen" gem, which was for Ruby 2.2.
1 parent 3969bdf commit bf44eb9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ group :develop do
1010
gem "rdf-vocab", git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
1111
gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
1212

13+
gem "ebnf", git: "https://github.com/gkellogg/ebnf", branch: "develop"
14+
gem "sxp", git: "https://github.com/dryruby/sxp", branch: "develop"
15+
1316
gem 'rest-client-components'
1417
gem 'benchmark-ips'
15-
gem "listen", "=3.1.0", platform: :mri_22
1618

1719
# Soft dependencies
1820
gem 'uuid'
@@ -30,6 +32,6 @@ group :test do
3032
gem "rake"
3133
gem "equivalent-xml"
3234
gem 'fasterer'
33-
gem 'simplecov', require: false, platform: :mri
34-
gem 'coveralls', require: false, platform: :mri
35+
gem 'simplecov', platforms: :mri
36+
gem 'coveralls', '~> 0.8', platforms: :mri
3537
end

0 commit comments

Comments
 (0)