diff options
| author | Adam Malczewski <[email protected]> | 2026-03-31 00:52:33 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-31 00:52:33 +0900 |
| commit | 25488d32336e05b69a41391cc7b5153478d3cc8a (patch) | |
| tree | 3570cccc44766d7268457adeff79f16f855c0d9f /Gemfile | |
| download | dispatch-tool-files-main.tar.gz dispatch-tool-files-main.zip | |
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# Specify your gem's dependencies in dispatch-tool-files.gemspec +gemspec + +gem "irb" +gem "rake", "~> 13.0" + +gem "rspec", "~> 3.0" + +gem "rubocop", "~> 1.21" |
