Skip to content

Commit

Permalink
put Gemfile.lock back
Browse files Browse the repository at this point in the history
  • Loading branch information
liweiwei-ny committed Nov 30, 2016
1 parent 68541da commit b347148
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ build-iPhoneSimulator/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
.DS_Store
Gemfile.lock
#Gemfile.lock
65 changes: 65 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
GEM
remote: https://rubygems.org/
specs:
eventmachine (1.2.1)
faraday (0.10.0)
multipart-post (>= 1.2, < 3)
faye-websocket (0.10.5)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
http_router (0.11.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.7.0)
ice_nine (0.11.2)
lita (4.7.1)
bundler (>= 1.3)
faraday (>= 0.8.7)
http_router (>= 0.11.2)
i18n (>= 0.6.9)
ice_nine (>= 0.11.0)
multi_json (>= 1.7.7)
puma (>= 2.7.1)
rack (>= 1.5.2, < 2.0.0)
rb-readline (>= 0.5.1)
redis-namespace (>= 1.3.0)
thor (>= 0.18.1)
lita-slack (1.8.0)
eventmachine
faraday
faye-websocket (>= 0.8.0)
lita (>= 4.7.1)
multi_json
lita-whois (1.1.0)
lita (~> 4.2)
whois
multi_json (1.12.1)
multipart-post (2.0.0)
puma (3.6.2)
rack (1.6.5)
rb-readline (0.5.3)
redis (3.3.2)
redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
thor (0.19.4)
url_mount (0.2.1)
rack
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
whois (4.0.1)

PLATFORMS
ruby

DEPENDENCIES
lita
lita-slack
lita-whois
redis (~> 3.2)

RUBY VERSION
ruby 2.2.6p396

BUNDLED WITH
1.13.6

0 comments on commit b347148

Please sign in to comment.