Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
bcrypt (3.1.10)
bcrypt (3.1.10-x86-mingw32)
bson (1.9.2)
bson_ext (1.9.2)
Expand All @@ -19,6 +20,8 @@ GEM
coderay (1.1.0)
concurrent-ruby (0.8.0)
ref (~> 1.0, >= 1.0.5)
concurrent-ruby-ext (0.8.0)
concurrent-ruby (~> 0.8.0)
concurrent-ruby-ext (0.8.0-x86-mingw32)
concurrent-ruby (~> 0.8.0)
configurations (2.0.0)
Expand All @@ -31,6 +34,7 @@ GEM
faye-websocket (0.9.2)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.10)
ffi (1.9.10-x86-mingw32)
hike (1.2.3)
httparty (0.13.5)
Expand All @@ -49,6 +53,8 @@ GEM
bson (~> 1.9.2)
multi_json (1.11.2)
multi_xml (0.5.5)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-x86-mingw32)
mini_portile (~> 0.6.0)
opal (0.7.2)
Expand All @@ -65,6 +71,10 @@ GEM
websocket-driver (>= 0.2.0)
pony (1.11)
mail (>= 2.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.10.1-x86-mingw32)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -76,6 +86,10 @@ GEM
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rbnacl (3.4.0)
ffi
rbnacl-libsodium (1.0.15.1)
rbnacl (>= 3.0.1)
ref (1.0.5)
rspec (3.2.0)
rspec-core (~> 3.2.0)
Expand All @@ -90,7 +104,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rubyzip (1.1.7)
rubyzip (1.3.0)
sass (3.2.19)
selenium-webdriver (2.43.0)
childprocess (~> 0.5)
Expand Down Expand Up @@ -148,6 +162,7 @@ GEM
nokogiri (~> 1.3)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
Expand Down