forked from comfy/comfortable-mexican-sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
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", "~> 8.1.0"
gem "byebug", "~> 10.0.0", platforms: %i[mri mingw x64_mingw]
gem "capybara", "~> 2.17.0"
gem "kaminari", "~> 1.1.1"
gem "puma", "~> 3.12.2"
gem "rubocop", "~> 0.55.0", require: false
gem "selenium-webdriver", "~> 3.9.0"
gem "sqlite3", "~> 1.4.2"
end
group :development do
gem "listen", "~> 3.1.5"
gem "web-console", "~> 3.5.1"
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.2"
end