Skip to content

Commit b78e596

Browse files
authored
Merge pull request #186 from praveen-db2/master
Adapter Version change
2 parents 07d6a62 + 0cdc3a3 commit b78e596

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

IBM_DB_Adapter/ibm_db/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change Log
22
==============
3+
2025/06/09 (IBM_DB adapter 5.6.1, driver 3.2.0)
4+
- Rails < 7.2 is not campatible with Adapter 5.6.0 Onwards.
5+
36
2025/06/03 (IBM_DB adapter 5.6.0, driver 3.2.0)
47
- Support for ruby 3.3 and rails 7.2.2.1
58

IBM_DB_Adapter/ibm_db/IBM_DB.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require 'pathname'
1010
Gem::Specification.new do |spec|
1111
# Required spec
1212
spec.name = 'ibm_db'
13-
spec.version = '5.6.0'
13+
spec.version = '5.6.1'
1414
spec.summary = 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}'
1515

1616
# Optional spec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruby-ibmdb
33
Rails Adapter/Ruby Driver for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on IBMi, IBM Informix (IDS)}
44

55
```
6-
ibm_db gem version 5.6.0
6+
ibm_db gem version 5.6.1
77
88
Requirements:
99
Ruby should be installed(Ruby version should be >=2.5.x and <= 3.3.x)

0 commit comments

Comments
 (0)