Skip to content

Commit c9ab93d

Browse files
authored
Merge pull request #20 from strvcom/develop
Merge current changes to master
2 parents 26dee34 + aa5e4da commit c9ab93d

31 files changed

+907
-140
lines changed

.bundler-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.3

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ __Sections__
1818
- Container methods for registering and resolving dependencies were moved from extensions to the class body in order to make them overrideable
1919
- 'APPLICATION_EXTENSION_API_ONLY' flag was added in order to get rid of warnings in app extensions
2020

21+
### Added
22+
- Support for async dependency injection
2123

2224
## [1.0.2]
2325

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# STRV
44

55
source 'https://rubygems.org'
6-
gem 'bundler', '~> 2.1.0'
6+
gem 'bundler', '~> 2.6.3'
77
gem 'danger', '~> 8.2.0'
8-
gem 'fastlane', '~> 2.178.0'
8+
gem 'fastlane', '~> 2.226.0'
99

1010
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
1111
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 commit comments

Comments
 (0)