We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4dbe3 commit bd24b36Copy full SHA for bd24b36
templates/flutter/pubspec.yaml.twig
@@ -11,7 +11,7 @@ dependencies:
11
flutter:
12
sdk: flutter
13
cookie_jar: ^3.0.1
14
- device_info_plus: ^3.1.1
+ device_info_plus: ^3.2.0
15
flutter_web_auth: ^0.4.0
16
http: ^0.13.4
17
package_info_plus: ^1.3.0
templates/ruby/gemspec.twig
@@ -9,5 +9,5 @@ Gem::Specification.new do |spec|
9
spec.email = '{{ spec.contactEmail }}'
10
spec.files = Dir['lib/**/*.rb']
- spec.add_dependency 'mime-types', '~> 3.3.1'
+ spec.add_dependency 'mime-types', '~> 3.4.1'
end
0 commit comments