Skip to content

Commit

Permalink
ci: Configure the project for appmap
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Jul 26, 2023
1 parent 564120c commit 35949bf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.2"

gem 'appmap', :groups => [:development, :test]

gem "rails", "7.0.4"
gem "image_processing", "1.12.2"
gem "active_storage_validations", "0.9.8"
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
appmap (0.102.1)
activesupport
method_source
rack
reverse_markdown
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
Expand Down Expand Up @@ -245,6 +250,8 @@ GEM
regexp_parser (2.6.2)
reline (0.3.2)
io-console (~> 0.5)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
Expand Down Expand Up @@ -307,6 +314,7 @@ PLATFORMS

DEPENDENCIES
active_storage_validations (= 0.9.8)
appmap
aws-sdk-s3 (= 1.114.0)
bcrypt (= 3.1.18)
bootsnap (= 1.12.0)
Expand Down
6 changes: 6 additions & 0 deletions appmap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: sample_rails_app
packages:
- path: app
- path: lib
language: ruby
appmap_dir: tmp/appmap

0 comments on commit 35949bf

Please sign in to comment.