File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ gem 'aws-sdk-s3'
48
48
# For HTTP requests (native Rails does this terribly...)
49
49
gem 'faraday'
50
50
51
+ # For printing curl requests after Faraday requests
52
+ gem 'faraday_curl' , groups : %i[ development ]
53
+
51
54
# For catching N+1 queries
52
55
gem 'bullet' , groups : %i[ development test ]
53
56
@@ -62,4 +65,4 @@ gem 'rubocop-rails', groups: %i[development]
62
65
gem 'minitest' , groups : %i[ test ]
63
66
64
67
# For annotating models and fixtures with schema info.
65
- gem 'annotate' , groups : %i[ development ]
68
+ gem 'annotate' , groups : %i[ development ]
Original file line number Diff line number Diff line change 98
98
faraday-net_http (>= 2.0 , < 3.1 )
99
99
ruby2_keywords (>= 0.0.4 )
100
100
faraday-net_http (3.0.2 )
101
+ faraday_curl (0.0.2 )
102
+ faraday (>= 0.9.0 )
101
103
ffi (1.15.0 )
102
104
globalid (0.4.2 )
103
105
activesupport (>= 4.2.0 )
@@ -226,6 +228,7 @@ DEPENDENCIES
226
228
byebug
227
229
dotenv-rails
228
230
faraday
231
+ faraday_curl
229
232
jsonapi-serializer
230
233
jwt
231
234
listen
You can’t perform that action at this time.
0 commit comments