Skip to content

Commit

Permalink
clean up gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 1, 2024
1 parent c7fc5e2 commit 9ae939c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'pry', '~> 0.14'
gem 'rake', '~> 13.1'
gem 'rspec', '~> 3.12', require: 'rspec/core/rake_task'
gem 'simplecov', '~> 0.22'
gem 'pry'
gem 'rake'
gem 'rspec'
gem 'simplecov'
end

group :datadog do
gem 'aws-sdk-core'
gem 'ddtrace'
gem 'datadog-lambda'
gem 'rexml'
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'bundler/setup'
Bundler.require :test
require 'rspec/core/rake_task'

task :default => :spec

Expand Down

0 comments on commit 9ae939c

Please sign in to comment.