Skip to content

Commit

Permalink
Add Gemfile.lock to git
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmetal committed Nov 21, 2017
1 parent 933fb9e commit 8ce22c9
Show file tree
Hide file tree
Showing 2 changed files with 111 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
111 changes: 111 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
PATH
remote: .
specs:
uuidable (0.2.2)
activerecord (>= 4.2, < 5.1)
uuidtools (>= 2.1, < 3)

GEM
remote: https://rubygems.org/
specs:
activemodel (5.0.6)
activesupport (= 5.0.6)
activerecord (5.0.6)
activemodel (= 5.0.6)
activesupport (= 5.0.6)
arel (~> 7.0)
activesupport (5.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
arel (7.1.4)
ast (2.2.0)
backports (3.6.8)
concurrent-ruby (1.0.5)
diff-lcs (1.2.5)
ethon (0.8.1)
ffi (>= 1.3.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
ffi (1.9.10)
gh (0.14.0)
addressable
backports
faraday (~> 0.8)
multi_json (~> 1.0)
net-http-persistent (>= 2.7)
net-http-pipeline
highline (1.7.8)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
json (1.8.3)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.10.3)
multi_json (1.11.2)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
parser (2.3.0.6)
ast (~> 2.2)
powerpack (0.1.1)
pusher-client (0.6.2)
json
websocket (~> 1.0)
rainbow (2.1.0)
rake (10.5.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.3)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.38.0)
parser (>= 2.3.0.6, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.7.5)
thread_safe (0.3.6)
travis (1.8.2)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.4)
thread_safe (~> 0.1)
unicode-display_width (1.0.2)
uuidtools (2.1.5)
websocket (1.2.2)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.11)
rake (~> 10.0)
rspec (~> 3.0)
rubocop
travis (~> 1.8, >= 1.8.2)
uuidable!

BUNDLED WITH
1.16.0

0 comments on commit 8ce22c9

Please sign in to comment.