Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xordog committed Nov 8, 2023
1 parent 22c5d78 commit 59afb9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# reflex ChangeLog


## [v0.1.54] - 2023-11-09

- Use Gemfile to install gems for development instead of add_development_dependency in gemspec


## [v0.1.53] - 2023-10-29

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.53
0.1.54
8 changes: 4 additions & 4 deletions reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 3.0.0'

s.add_runtime_dependency 'xot', '~> 0.1.39'
s.add_runtime_dependency 'rucy', '~> 0.1.40'
s.add_runtime_dependency 'beeps', '~> 0.1.42'
s.add_runtime_dependency 'rays', '~> 0.1.45'
s.add_runtime_dependency 'xot', '~> 0.1.40'
s.add_runtime_dependency 'rucy', '~> 0.1.41'
s.add_runtime_dependency 'beeps', '~> 0.1.43'
s.add_runtime_dependency 'rays', '~> 0.1.46'

s.files = `git ls-files`.split $/
s.executables = s.files.grep(%r{^bin/}) {|f| File.basename f}
Expand Down

0 comments on commit 59afb9b

Please sign in to comment.