Skip to content
Snippets Groups Projects
Commit 848ae66e authored by Arn van der Pluijm's avatar Arn van der Pluijm
Browse files

fix: update dev dependencies

parent 45add0db
No related branches found
No related tags found
No related merge requests found
{
"recommendations": [
"hridoy.rails-snippets",
"vscode-icons-team.vscode-icons",
"kaiwood.endwise",
"castwide.solargraph",
"ninoseki.vscode-gem-lens"
]
}
{
"files.associations": {
"*.html.erb": "html"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.alwaysShowStatus": true,
"git.ignoreLimitWarning": true,
"solargraph.autoformat": true,
"solargraph.diagnostics": true,
"solargraph.formatting": true
}
......@@ -44,6 +44,8 @@ group :development do
gem 'spring'
gem "better_errors"
gem "binding_of_caller"
gem 'solargraph'
gem 'rubocop'
end
group :test do
......
......@@ -62,6 +62,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.434.0)
aws-sdk-core (3.113.0)
......@@ -78,7 +79,9 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.3)
aws-eventstream (~> 1, >= 1.0.2)
backport (1.1.2)
bcrypt (3.1.16)
benchmark (0.1.1)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
......@@ -110,6 +113,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
e2mmap (0.1.0)
erubi (1.10.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
......@@ -125,9 +129,14 @@ GEM
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jaro_winkler (1.5.4)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
jmespath (1.4.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
listen (3.5.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
......@@ -152,6 +161,9 @@ GEM
nokogiri (1.11.2-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.1.0)
ast (~> 2.4.1)
pg (1.2.3)
public_suffix (4.0.6)
puma (5.2.2)
......@@ -190,6 +202,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
......@@ -198,6 +211,21 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
rubocop (1.12.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
ruby-vips (2.1.0)
ffi (~> 1.12)
ruby2_keywords (0.0.4)
......@@ -216,6 +244,20 @@ GEM
sentry-ruby-core (4.3.2)
concurrent-ruby
faraday
solargraph (0.40.4)
backport (~> 1.1)
benchmark
bundler (>= 1.17.2)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
reverse_markdown (>= 1.0.5, < 3)
rubocop (>= 0.52)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
spring (2.1.1)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
......@@ -225,11 +267,13 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.1.0)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.1.0)
......@@ -252,6 +296,7 @@ GEM
will_paginate (3.3.0)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.26)
zeitwerk (2.4.2)
PLATFORMS
......@@ -276,9 +321,11 @@ DEPENDENCIES
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.3)
rubocop
selenium-webdriver
sentry-rails
sentry-ruby
solargraph
spring
turbolinks (~> 5)
tzinfo-data
......
class User < ApplicationRecord
include Gravtastic
gravtastic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment