Skip to content

Commit

Permalink
IN-392 Bump VCR, webmock; Add .rspec; Ignore .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Oct 21, 2014
1 parent f8e632b commit 5892c5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ _yardoc
doc/

.bundle/install.log
.env
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--color
--order rand
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.5)
addressable (2.3.6)
coderay (1.1.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rubyzip (1.1.3)
safe_yaml (1.0.1)
safe_yaml (1.0.4)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand All @@ -99,9 +99,9 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
vcr (2.8.0)
webmock (1.17.4)
addressable (>= 2.2.7)
vcr (2.9.3)
webmock (1.19.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)

PLATFORMS
Expand Down

0 comments on commit 5892c5e

Please sign in to comment.