Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false

gem 'rspec-rails', '~> 8.0.0'

Check failure on line 56 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 56 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'factory_bot_rails'

Check failure on line 57 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
end

group :development do
Expand All @@ -71,8 +71,8 @@
# Added gems go down here
gem "devise", "~> 4.9"
gem "interactor-rails", "~> 2.0"
gem "ruby-vips", "~> 2.2"
gem "ruby-vips", "~> 2.3"
gem 'will_paginate', '~> 4.0'

Check failure on line 75 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 75 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem "bulma-rails", "~> 1.0.0"

# Postgres for mastodon import
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ GEM
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.30)
ruby-progressbar (1.13.0)
ruby-vips (2.2.5)
ruby-vips (2.3.0)
ffi (~> 1.12)
logger
rubyzip (3.2.2)
Expand Down Expand Up @@ -512,7 +512,7 @@ DEPENDENCIES
rails (~> 8.1.1)
rspec-rails (~> 8.0.0)
rubocop-rails-omakase
ruby-vips (~> 2.2)
ruby-vips (~> 2.3)
selenium-webdriver
solid_cable
solid_cache
Expand Down
Loading