Skip to content

Commit

Permalink
Merge pull request #68 from southbridgeio/change-ffi-gem-version
Browse files Browse the repository at this point in the history
change ffi gem version to '~> 1.15.0'
  • Loading branch information
nevrfl authored Sep 5, 2024
2 parents 12388c8 + 16be96b commit e962280
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 3.0.3 / 2024-08-29
### 3.0.4 / 2024-09-05

* Change ffi gem version to '~> 1.15.0'

### 3.0.3 / 2024-08-29

* Remove the verification encryption key and unnecessary configurations

Expand Down
2 changes: 1 addition & 1 deletion lib/tdlib/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TD
# tdlib-ruby version
VERSION = "3.0.3"
VERSION = "3.0.4"
end
2 changes: 1 addition & 1 deletion tdlib-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'dry-configurable', '~> 0.9'
gem.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
gem.add_runtime_dependency 'ffi', '~> 1.0'
gem.add_runtime_dependency 'ffi', '~> 1.15.0'
gem.add_runtime_dependency 'tdlib-schema'

gem.add_development_dependency 'bundler', '~> 2.0'
Expand Down

0 comments on commit e962280

Please sign in to comment.