diff --git a/.circleci/config.yml b/.circleci/config.yml index 4179a1d..3d86e08 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - fast: wallarm/fast@0.1.0 + fast: wallarm/fast@1.1.0 jobs: build: machine: diff --git a/README.md b/README.md index 11bf75a..a66a4b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README -Example of integration Wallarm FAST with the rails app using FAST orb (plugin for CircleCI). +Example of integration Wallarm FAST with the rails app using FAST orb (plugin for CircleCI)). Orb is described here: https://circleci.com/orbs/registry/orb/wallarm/fast @@ -42,4 +42,4 @@ https://circleci.com/gh/wallarm/fast-examples-rails/tree/orb_example ## Previous versions In previous versions could be vary key principles which are used to integrate FAST with ci/cd processes. -Please read releases page. \ No newline at end of file +Please read releases page. diff --git a/package.json b/package.json index a22e04d..77d931e 100644 --- a/package.json +++ b/package.json @@ -2,4 +2,5 @@ "name": "fast-examples-rails", "private": true, "dependencies": {} + }