Skip to content

Commit 09f1f16

Browse files
author
Jesse Emond
committed
unversion Gemfile.lock and update Gemfile to refer to open_weather.gemspec
1 parent 1438973 commit 09f1f16

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
*#
66
*.DS_Store
77
log/*
8-
tmp/*
8+
tmp/*
9+
Gemfile.lock

Diff for: Gemfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source 'http://rubygems.org'
22

3-
gem 'rspec'
4-
gem 'vcr'
5-
gem 'webmock'
3+
# gem's dependencies should be in open_weather.gemspec
4+
gemspec

Diff for: Gemfile.lock

-28
This file was deleted.

0 commit comments

Comments
 (0)