summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-10-25 10:40:14 +1100
committerSzymon Szukalski <szymon@skas.io>2024-10-25 10:40:14 +1100
commit524064f6313bb62c54d51d4ca37825a878dbf1b6 (patch)
tree482225678b1efe48ff65aae975365f52b7921f8c /Gemfile
parentfd1a1064669587a778ca995555254d878904a5f8 (diff)
Remove Rubocop gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b664203..2528d31 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,5 +5,3 @@ source 'https://rubygems.org'
group :development, :test do
gem 'rspec'
end
-
-gem 'rubocop', '~> 1.67'