We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 296b75d + be10e4e commit f7fc8acCopy full SHA for f7fc8ac
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 2.0.1 (2023-02-14)
4
+- Update Rspec dependency from ~> 3.7.0 to ~> 3.12.0 to support Rails 7
5
+
6
## 2.0.0 (2020-10-12)
7
8
- **BREAKING CHANGE** Drop support for Ruby < 2.5
conflisp.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = 'conflisp'
- s.version = '2.0.0'
+ s.version = '2.0.1'
s.license = 'MIT'
s.summary = 'A tool for building JSON-serializable lisps.'
s.homepage = 'https://github.com/everwise/conflisp'
0 commit comments