~singpolyma/dhall-xml-ruby

44bcb29e0121693bce4ab77ff9f2978002bb0d44 — Stephen Paul Weber 5 years ago f795b85
Switch to released dhall gem
1 files changed, 1 insertions(+), 7 deletions(-)

M Gemfile
M Gemfile => Gemfile +1 -7
@@ 2,12 2,6 @@

source "https://rubygems.org"

system <<~GIT
	git clone --recursive https://git.sr.ht/~singpolyma/dhall-ruby && \\
	cd dhall-ruby && \\
	bundle install --path=.gems && make
GIT

gem "dhall", path: "./dhall-ruby"
gem "dhall", "~> 0.4.0"
gem "nokogiri"
gem "simplecov"