Skip to content

Commit

Permalink
Gemfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Jun 6, 2016
1 parent 3d7e604 commit e379a2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ gemspec

gem 'rake'
gem 'webmock'
gem 'webmock/rspec'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ GEM
colored (1.2)
commander (4.3.5)
highline (~> 1.7.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
credentials_manager (0.16.0)
colored
commander (>= 4.3.5)
Expand Down Expand Up @@ -197,6 +199,7 @@ GEM
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubyzip (1.1.7)
safe_yaml (1.0.4)
scan (0.8.0)
fastlane_core (>= 0.36.1, < 1.0.0)
slack-notifier (~> 1.3)
Expand Down Expand Up @@ -245,6 +248,9 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
webmock (1.18.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
word_wrap (1.0.0)
xcode-install (1.4.0)
claide (>= 0.9.1, < 1.1.0)
Expand All @@ -268,6 +274,7 @@ DEPENDENCIES
pry
rake
rspec
webmock

BUNDLED WITH
1.12.5

0 comments on commit e379a2b

Please sign in to comment.