Skip to content

Commit 016394a

Browse files
committed
Add annotaterb gem
1 parent cfba256 commit 016394a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ gem "flipper-ui" # UI for the Flipper gem [https://www.flippercloud.io/docs/ui]
6161
gem "mission_control-jobs" # Dashboard for Active Job [https://github.com/basecamp/mission_control-jobs]
6262

6363
group :development do
64+
gem "annotaterb" # Annotate Rails classes with schema and routes info [https://github.com/drwl/annotaterb]
6465
gem "erb_lint", require: false # ERB linting tool [https://github.com/Shopify/erb-lint]
6566
gem "letter_opener" # Preview mail in the browser instead of sending [https://github.com/ryanb/letter_opener]
6667
gem "rack-mini-profiler" # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ GEM
7878
uri (>= 0.13.1)
7979
addressable (2.8.7)
8080
public_suffix (>= 2.0.2, < 7.0)
81+
annotaterb (4.13.0)
8182
ast (2.4.2)
8283
aws-eventstream (1.3.0)
8384
aws-partitions (1.995.0)
@@ -593,6 +594,7 @@ PLATFORMS
593594

594595
DEPENDENCIES
595596
addressable
597+
annotaterb
596598
aws-sdk-s3
597599
bcrypt (~> 3.1.7)
598600
bootsnap

0 commit comments

Comments
 (0)