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
12 changes: 4 additions & 8 deletions flipped-demos/ch03-saas/ttt/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.2.0)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -62,7 +62,7 @@ GEM
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
public_suffix (5.0.0)
public_suffix (7.0.5)
racc (1.6.0)
rack (3.1.7)
rack-protection (4.0.0)
Expand All @@ -72,9 +72,6 @@ GEM
rack (>= 3.0.0)
rack-test (2.0.2)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -110,13 +107,13 @@ GEM
extlib (>= 0.9.5)
highline (>= 1.4.0)
tilt (2.4.0)
webrick (1.8.1)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
arm64-darwin-23
x86_64-darwin-24
x86_64-linux

DEPENDENCIES
byebug
Expand All @@ -125,7 +122,6 @@ DEPENDENCIES
cucumber-sinatra
launchy
rack-test
rackup
rerun
rspec
rspec-autotest
Expand Down