@@ 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"