Skip to content

Commit

Permalink
Update Dry gems. Moved dev gems to Gemfil
Browse files Browse the repository at this point in the history
  • Loading branch information
ipublic committed Dec 22, 2023
1 parent c24e4ef commit c52a66a
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 259 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This yaml describes our current checks.
require:
- rubocop-performance

AllCops:
TargetRubyVersion: 2.5
SuggestExtensions: false
Expand Down
16 changes: 11 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# frozen_string_literal: true

source "https://rubygems.org"
source 'https://rubygems.org'

# Specify your gem's dependencies in event_source.gemspec
gemspec

group :development, :test do
gem "rails", '>= 6.1.4'
gem "rspec-rails"
gem "pry", platform: :mri, require: false
gem "pry-byebug", platform: :mri, require: false
gem 'database_cleaner'
gem 'faker'
gem 'mongoid'
gem 'pry', platform: :mri, require: false
gem 'pry-byebug', platform: :mri, require: false
gem 'rails', '>= 6.1.4'
gem 'rspec-rails'
gem 'rubocop'
gem 'rubocop-performance', require: false
gem 'sinatra'
gem 'webmock'
gem 'yard'
end
Loading

0 comments on commit c52a66a

Please sign in to comment.