Commit acf34a3 1 parent f91520c commit acf34a3 Copy full SHA for acf34a3
File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Quaderno-ruby is a ruby wrapper for the [ Quaderno API] ( https://developers.quaderno.io/api ) .
4
4
5
- Current version is 3.0.0 → See the changelog [ here] ( https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md ) .
5
+ Current version is 3.0.1 → See the changelog [ here] ( https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md ) .
6
6
7
7
To learn more about our API and ecosystem, check [ developers.quaderno.io] ( https://developers.quaderno.io ) .
8
8
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.1
4
+ * Security: update development dependency activesupport to 6.1.7.3
5
+
3
6
## 3.0.0
4
7
* Added support for accounts API
5
8
* Added support for addresses API
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
class Quaderno
4
- VERSION = "3.0.0 "
4
+ VERSION = "3.0.1 "
5
5
end
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
spec . extra_rdoc_files = %w( LICENSE.txt README.md )
23
23
24
24
spec . add_dependency ( 'httparty' , '~> 0.21' )
25
- spec . add_development_dependency ( 'activesupport' , '~> 4.2.0 ' )
25
+ spec . add_development_dependency ( 'activesupport' , '~> 6.1.7.3 ' )
26
26
spec . add_development_dependency ( 'bundler' , '~> 2.2' )
27
27
spec . add_development_dependency ( 'rake' , '>= 12.3.3' )
28
28
spec . add_development_dependency ( 'rdoc' , '>= 6.3.1' )
You can’t perform that action at this time.
0 commit comments