forked from VBykovec/comfortable-mexican-sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
29 lines (24 loc) · 842 Bytes
/
Gemfile
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
26
27
28
29
# frozen_string_literal: true
source "http://rubygems.org"
gemspec
group :development, :test do
gem "autoprefixer-rails", "~> 10.4.7"
gem "byebug", "~> 11.1.3", platforms: %i[mri mingw x64_mingw]
gem "capybara", "~> 3.38.0"
gem "kaminari", "~> 1.2.2"
gem "puma", "~> 5.6.5"
gem "rubocop", "~> 1.45.1", require: false
gem "selenium-webdriver", "~> 4.8.0"
gem "sqlite3", "~> 1.6.0"
end
group :development do
gem "listen", "~> 3.8.0"
gem "web-console", "~> 4.2.0"
end
group :test do
gem "coveralls", "~> 0.8.21", require: false
gem "diffy", "~> 3.2.0"
gem "equivalent-xml", "~> 0.6.0"
gem "mocha", "~> 1.3.0", require: false
gem "rails-controller-testing", "~> 1.0.5"
end