jbox-web/draper

View on GitHub
gemfiles/rails_7.1.3.gemfile

Summary

Maintainability
Test Coverage
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
gem "capybara"
gem "cuprite"
gem "database_cleaner"
gem "factory_bot"
gem "faker"
gem "guard-rspec"
gem "puma"
gem "rake"
gem "rspec-rails"
gem "rspec-retry"
gem "rubocop"
gem "rubocop-capybara"
gem "rubocop-factory_bot"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "rubocop-rspec_rails"
gem "simplecov"
gem "sprockets-rails"
gem "sqlite3", "~> 1.5.0"
gem "rails", "7.1.3"

install_if -> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") } do
  gem "logger"
end

gemspec path: "../"