Skip to content

Commit 39d1287

Browse files
author
beno
committed
ignore lockfile
1 parent 408a876 commit 39d1287

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.bundle
22
vendor
3+
4+
Gemfile.lock

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
roda-auth (0.0.2)
4+
roda-auth (0.1.0)
55
bcrypt (~> 3)
66
omniauth (~> 1)
7-
omniauth-facebook
8-
omniauth-twitter
97
roda (~> 2)
108
warden (~> 1.2)
119

@@ -57,6 +55,8 @@ PLATFORMS
5755

5856
DEPENDENCIES
5957
minitest (~> 5.5)
58+
omniauth-facebook
59+
omniauth-twitter
6060
rack-test (~> 0.6)
6161
rake (~> 10)
6262
roda-auth!

0 commit comments

Comments
 (0)