diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-30 03:14:23 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-30 03:14:49 -0600 |
| commit | 3ac61569a96c1c6d918d7ae1eee2c504f6d02b3a (patch) | |
| tree | bb7975061e677d72d15e9cb4804bdcdbcc856ca2 /Gemfile | |
| parent | 0b23552b6a6fcbc79fe45986b2a1a86f8c8e8d9c (diff) | |
sort gems in Gemfile [skip ci]
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
