-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (21 loc) · 631 Bytes
/
Gemfile
File metadata and controls
25 lines (21 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in devise-webauthn.gemspec
gemspec
gem "appraisal", "~> 2.5", require: false
gem "capybara", "~> 3.40"
gem "combustion", "~> 1.3"
gem "devise", "~> 4.9"
gem "importmap-rails", "~> 2.2"
gem "propshaft", "~> 1.2"
gem "pry-byebug", "~> 3.11"
gem "puma", "~> 6.6"
gem "rails", "~> 8.0"
gem "rspec-rails", "~> 8.0"
gem "rspec-retry"
gem "rubocop", "~> 1.79"
gem "rubocop-rails", "~> 2.32"
gem "rubocop-rspec", "~> 3.6"
gem "selenium-webdriver"
gem "sqlite3", "~> 2.7"