summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-07-30 03:14:23 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-07-30 03:14:49 -0600
commit3ac61569a96c1c6d918d7ae1eee2c504f6d02b3a (patch)
treebb7975061e677d72d15e9cb4804bdcdbcc856ca2 /Gemfile
parent0b23552b6a6fcbc79fe45986b2a1a86f8c8e8d9c (diff)
sort gems in Gemfile [skip ci]
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 344bf0f8..4209254e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,6 +27,6 @@ end
#end
group :ci do
- gem 'simplecov', '~> 0.16.0'
gem 'json', '~> 2.2.0' if RUBY_ENGINE == 'truffleruby'
+ gem 'simplecov', '~> 0.16.0'
end