Skip to content

Commit

Permalink
Add activesupport gem and update require path
Browse files Browse the repository at this point in the history
  • Loading branch information
mbensalah committed Aug 7, 2024
1 parent 3604378 commit f39b44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rhykane/functions.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require 'active_support/core_ext/date/calculations'
require 'active_support/lib/active_support/duration'

module Functions
def to_json(value)
Expand Down
1 change: 1 addition & 0 deletions rhykane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '~> 7.1.3.4'
spec.add_dependency 'aws-sdk-s3', '~> 1.117'
spec.add_dependency 'aws-sdk-ssm', '~> 1.146'
spec.add_dependency 'dry-transformer', '~> 1.0'
Expand Down

0 comments on commit f39b44e

Please sign in to comment.