-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (21 loc) · 615 Bytes
/
Gemfile
File metadata and controls
25 lines (21 loc) · 615 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"
gem "allure-cucumber", path: "allure-cucumber"
gem "allure-rspec", path: "allure-rspec"
gem "allure-ruby-commons", path: "allure-ruby-commons"
group :development do
gem "colorize", "~> 0.8.1"
gem "git", "~> 1.12"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0.6"
gem "semver2", "~> 3.4"
gem "solargraph", "~> 0.46.0"
end
group :test do
gem "climate_control", "~> 1.2.0"
gem "rspec", "~> 3.11.0"
gem "rubocop", "~> 1.36.0"
gem "rubocop-performance", "~> 1.15.0"
gem "simplecov", "~> 0.21.2"
gem "simplecov-console", "~> 0.9.1"
end