Skip to content

Commit

Permalink
Merge pull request #61 from novuhq/active-support
Browse files Browse the repository at this point in the history
Active support
  • Loading branch information
unicodeveloper authored Jan 16, 2024
2 parents cfb6403 + dc040ed commit 523591b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 107 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
# rspec failure tracking
.rspec_status
.env
Gemfile.lock
105 changes: 0 additions & 105 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion lib/novu/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Novu
VERSION = "1.0.0"
VERSION = "1.1.0"
end
2 changes: 1 addition & 1 deletion novu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
# spec.add_dependency "example-gem", "~> 1.0"

spec.add_dependency "httparty", "~> 0.21"
spec.add_dependency "activesupport", "6.1.7.2"
spec.add_dependency "activesupport", ">= 6.1.7.2"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 523591b

Please sign in to comment.