Skip to content

Commit c8bcc0d

Browse files
committed
Update dependencies for dev
1 parent 0143350 commit c8bcc0d

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-rspec
33
- rubocop-rake
44

Gemfile

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ source 'https://rubygems.org'
55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
# Dev dependencies
8-
gem 'awesome_print', '~> 1.8'
9-
gem 'bundler', '~> 2.0'
10-
gem 'codecov', '~> 0.1'
11-
gem 'erb'
12-
gem 'guard', '~> 2.16'
13-
gem 'guard-rubocop', '~> 1.3'
14-
gem 'rake', '~> 13.0'
15-
gem 'rspec', '~> 3.9'
16-
gem 'rspec_junit_formatter', '~> 0.4'
8+
gem 'awesome_print', '~> 1.9'
9+
gem 'bundler', '~> 2.6'
10+
gem 'codecov', '~> 0.6'
11+
gem 'erb', '~> 4.0'
12+
gem 'guard', '~> 2.19'
13+
gem 'guard-rubocop', '~> 1.5'
14+
gem 'rake', '~> 13.2'
15+
gem 'rspec', '~> 3.13'
16+
gem 'rspec_junit_formatter', '~> 0.6'
1717
gem 'rspec-legacy_formatters', '~> 1.0' # For codecov formatter
18-
gem 'rubocop', '~> 1.12'
18+
gem 'rubocop', '~> 1.73'
1919
gem 'rubocop-rake', '~> 0.7'
20-
gem 'rubocop-rspec', '~> 2.4', require: false
21-
gem 'simplecov', '~> 0.18'
20+
gem 'rubocop-rspec', '~> 3.5', require: false
2221
gem 'timecop', '~> 0.9'
23-
gem 'webmock', '~> 3.8'
22+
gem 'webmock', '~> 3.25'
2423

2524
# Specify your gem's dependencies in typesense.gemspec
2625
gemspec

0 commit comments

Comments
 (0)