We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e97978 + 2d054b7 commit cc5c1e6Copy full SHA for cc5c1e6
4 files changed
lib/api_error_handler/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ApiErrorHandler
4
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
5
end
rails_4_test_app/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
- api_error_handler (0.1.0)
+ api_error_handler (0.2.0)
actionpack (>= 4.0)
6
activesupport (>= 4.0)
7
rack (>= 1.0)
rails_5_test_app/Gemfile.lock
rails_6_test_app/Gemfile.lock
0 commit comments