Skip to content

Commit

Permalink
Update rubyzip up to 1.3.0 and rake 12.3.3, fix source https
Browse files Browse the repository at this point in the history
  • Loading branch information
igorFedotenkov committed Feb 3, 2021
1 parent ac76391 commit af5e3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ruby-gem/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"

# Specify your gem's dependencies in calabash-android.gemspec
gemspec
4 changes: 2 additions & 2 deletions ruby-gem/calabash-android.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ into a valid version, e.g. 1.2.3 or 1.2.3.pre10
s.add_dependency( 'json' )
s.add_dependency( 'cucumber' )
s.add_dependency( "slowhandcuke", '~> 0.0.3')
s.add_dependency( "rubyzip", ">= 1.2.2", "< 1.3")
s.add_dependency( "rubyzip", "1.3.0")
s.add_dependency( "awesome_print", '~> 1.2')
s.add_dependency( 'httpclient', '>= 2.7.1', '< 3.0')
s.add_dependency( 'escape', '~> 0.0.4')

s.add_development_dependency( 'rake', '~> 10.3' )
s.add_development_dependency( 'rake', '12.3.3' )
s.add_development_dependency( 'yard', '>= 0.9.12', '< 1.0' )
puts RUBY_PLATFORM
if RUBY_PLATFORM[/darwin/] || RUBY_PLATFORM["linux"]
Expand Down

0 comments on commit af5e3be

Please sign in to comment.