Skip to content

Commit a270847

Browse files
authored
MONGOID-5518: Add Puma dependency to Sinatra tutorial (#5516)
1 parent 69de00b commit a270847

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tutorials/getting-started-sinatra.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ Create a file named ``Gemfile`` with the following contents:
4444

4545
source 'https://rubygems.org'
4646

47-
gem 'sinatra', '~> 2.0'
48-
gem 'mongoid', '~> 7.0'
47+
gem 'sinatra'
48+
gem 'mongoid'
49+
gem 'puma'
4950

5051

5152
Install Dependencies

0 commit comments

Comments
 (0)