-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (21 loc) · 648 Bytes
/
Gemfile
File metadata and controls
25 lines (21 loc) · 648 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}" }
# Dev dependencies
gem 'awesome_print', '~> 1.8'
gem 'bundler', '~> 2.0'
gem 'codecov', '~> 0.1'
gem 'erb'
gem 'guard', '~> 2.16'
gem 'guard-rubocop', '~> 1.3'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.9'
gem 'rspec_junit_formatter', '~> 0.4'
gem 'rspec-legacy_formatters', '~> 1.0' # For codecov formatter
gem 'rubocop', '1.72.2'
gem 'rubocop-rspec', '~> 3.6', require: false
gem 'simplecov', '~> 0.18'
gem 'timecop', '~> 0.9'
gem 'webmock', '~> 3.8'
# Specify your gem's dependencies in typesense.gemspec
gemspec