mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 07:25:30 +00:00
Added derivation for the environment of ruboocop and solargraph (PAIN)
This commit is contained in:
parent
43d0434ace
commit
c129696679
8 changed files with 766 additions and 158 deletions
15
modules/languages/ruby/Gemfile
Normal file
15
modules/languages/ruby/Gemfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
gem "rubocop"
|
||||
gem "rubocop-rails"
|
||||
gem "rubocop-rspec"
|
||||
gem "rubocop-minitest"
|
||||
gem "rubocop-sequel"
|
||||
gem "rubocop-rake"
|
||||
gem "rubocop-graphql"
|
||||
gem "rubocop-capybara"
|
||||
gem "rubocop-factory_bot"
|
||||
gem "solargraph"
|
||||
gem "mini_portile2", "~> 2.8.2"
|
||||
# gem "rails"
|
||||
Loading…
Add table
Add a link
Reference in a new issue