Skip to content

Commit

Permalink
Merge pull request #31 from quaderno/update-activesupport
Browse files Browse the repository at this point in the history
Update activesupport
  • Loading branch information
xxswingxx authored Nov 28, 2023
2 parents f91520c + acf34a3 commit 936027d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Quaderno-ruby is a ruby wrapper for the [Quaderno API](https://developers.quaderno.io/api).

Current version is 3.0.0 → See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md).
Current version is 3.0.1 → See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md).

To learn more about our API and ecosystem, check [developers.quaderno.io](https://developers.quaderno.io).

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.0.1
* Security: update development dependency activesupport to 6.1.7.3

## 3.0.0
* Added support for accounts API
* Added support for addresses API
Expand Down
2 changes: 1 addition & 1 deletion lib/quaderno-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Quaderno
VERSION = "3.0.0"
VERSION = "3.0.1"
end
2 changes: 1 addition & 1 deletion quaderno.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = %w(LICENSE.txt README.md)

spec.add_dependency('httparty', '~> 0.21')
spec.add_development_dependency('activesupport', '~> 4.2.0')
spec.add_development_dependency('activesupport', '~> 6.1.7.3')
spec.add_development_dependency('bundler', '~> 2.2')
spec.add_development_dependency('rake', '>= 12.3.3')
spec.add_development_dependency('rdoc', '>= 6.3.1')
Expand Down

0 comments on commit 936027d

Please sign in to comment.