mirror of
https://github.com/dkam/probot.git
synced 2025-12-28 09:14:53 +00:00
12 lines
253 B
Ruby
12 lines
253 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in Probot.gemspec
|
|
gemspec
|
|
|
|
gem "rake", "~> 13.0"
|
|
gem "minitest", "~> 5.0"
|
|
gem "rubocop", "~> 1.21"
|
|
gem "standard", "~> 1.31" # Adjust the version as needed
|