Skip to content

Commit 9222dc2

Browse files
committed
Bump gemfile and update to latest IBAV, update changelog
1 parent 9a1d108 commit 9222dc2

2 files changed

Lines changed: 22 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
66

77
### Added
88

9+
### Fixed
10+
11+
### Changed
12+
13+
### Removed
14+
15+
## 4.1.0
16+
17+
### Added
18+
919
- Swiftformat and Swiftlint SwiftPM plugins used for linting and formatting the codebase [#1729](https://github.com/MessageKit/MessageKit/pull/1729) by [@martinpucik](https://github.com/martinpucik)
1020

1121
### Fixed
1222

1323
- Fixed iOS 13 deprecation warnings [#1730](https://github.com/MessageKit/MessageKit/pull/1730) by [@kaspik](https://github.com/Kaspik)
1424
- SwiftPM plugins setup [#1732](https://github.com/MessageKit/MessageKit/pull/1732) by [@martinpucik](https://github.com/martinpucik)
25+
26+
### Changed
27+
28+
- Updated InputBarAccessoryView to v6.1.1 by [@kaspik](https://github.com/Kaspik)
1529

1630
## 4.0.0
1731

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
66
claide (1.1.0)
77
claide-plugins (0.9.2)
88
cork
@@ -28,7 +28,7 @@ GEM
2828
danger
2929
rake (> 10)
3030
thor (~> 0.19)
31-
faraday (1.10.0)
31+
faraday (1.10.2)
3232
faraday-em_http (~> 1.0)
3333
faraday-em_synchrony (~> 1.0)
3434
faraday-excon (~> 1.1)
@@ -43,7 +43,7 @@ GEM
4343
faraday-em_http (1.0.0)
4444
faraday-em_synchrony (1.0.0)
4545
faraday-excon (1.1.0)
46-
faraday-http-cache (2.4.0)
46+
faraday-http-cache (2.4.1)
4747
faraday (>= 0.8)
4848
faraday-httpclient (1.0.1)
4949
faraday-multipart (1.0.4)
@@ -53,7 +53,8 @@ GEM
5353
faraday-patron (1.0.0)
5454
faraday-rack (1.0.0)
5555
faraday-retry (1.0.3)
56-
git (1.11.0)
56+
git (1.12.0)
57+
addressable (~> 2.8)
5758
rchardet (~> 1.8)
5859
kramdown (2.4.0)
5960
rexml
@@ -66,7 +67,7 @@ GEM
6667
faraday (>= 1, < 3)
6768
sawyer (~> 0.9)
6869
open4 (1.3.4)
69-
public_suffix (4.0.7)
70+
public_suffix (5.0.0)
7071
rake (13.0.6)
7172
rchardet (1.8.0)
7273
rexml (3.2.5)
@@ -77,7 +78,7 @@ GEM
7778
terminal-table (3.0.2)
7879
unicode-display_width (>= 1.1.1, < 3)
7980
thor (0.20.3)
80-
unicode-display_width (2.2.0)
81+
unicode-display_width (2.3.0)
8182

8283
PLATFORMS
8384
ruby

0 commit comments

Comments
 (0)