Skip to content

Commit 2407142

Browse files
committed
[WIP] Various updates
Sinatra 2, among other things
1 parent 53c78fb commit 2407142

File tree

6 files changed

+154
-142
lines changed

6 files changed

+154
-142
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ group :test do
8888
gem 'webmock'
8989
gem 'hashdiff'
9090
gem 'pry-byebug'
91+
gem 'rack-test'
9192
end
9293

9394
group :development do
9495
gem 'foreman'
9596
gem 'rerun'
9697
gem 'rb-fsevent', '~> 0.9.1'
9798
end
98-

0 commit comments

Comments
 (0)