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: 9 additions & 8 deletions spec/dummy/Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,6 +61,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
concurrent-ruby (1.1.6)
database_cleaner (1.4.1)
diff-lcs (1.2.5)
domain_name (0.5.24)
Expand DownExpand Up@@ -91,15 +92,16 @@ GEM
hike (1.2.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.3.1)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
journey (1.0.4)
jquery-rails (3.1.3)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (2.3.1)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.0.3)
Expand All@@ -118,7 +120,7 @@ GEM
origin (~> 1.0)
tzinfo (~> 0.3.29)
moped (1.5.2)
multi_json (1.11.2)
multi_json (1.15.0)
nenv (0.2.0)
netrc (0.10.3)
nokogiri (1.6.6.2)
Expand All@@ -133,7 +135,7 @@ GEM
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.4.7)
rack-cache (1.2)
rack-cache (1.12.0)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
Expand All@@ -154,12 +156,11 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.4.2)
rake (13.0.1)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
rdoc (3.9.5)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
Expand DownExpand Up@@ -205,7 +206,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.10)
thor (0.19.1)
thor (1.0.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
Expand Down