Skip to content

Commit

Permalink
Stop ignoring lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thesecretmaster committed Sep 5, 2018
1 parent 023ab15 commit 77d6603
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
Expand Down
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PATH
remote: .
specs:
se-api (0.0.0.beta1)

GEM
remote: https://rubygems.org/
specs:
minitest (5.11.3)
rake (10.5.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.15)
minitest (~> 5.0)
rake (~> 10.0)
se-api!

BUNDLED WITH
1.16.2

0 comments on commit 77d6603

Please sign in to comment.