Remove atomic gem

Bundler says this when installing gems:
```
Post-install message from atomic:
This gem has been deprecated and merged into Concurrent Ruby (http://concurrent-ruby.com).
```
We already have concurrent-ruby 👍
This commit is contained in:
Matt-Yorkley
2021-03-30 12:29:48 +01:00
parent 4bddc59696
commit 92eaf5fbaa
2 changed files with 0 additions and 3 deletions

View File

@@ -120,7 +120,6 @@ end
group :test, :development do
# Pretty printed test output
gem 'atomic'
gem 'awesome_print'
gem 'bullet'
gem 'capybara'

View File

@@ -120,7 +120,6 @@ GEM
angularjs-rails (1.5.5)
arel (7.1.4)
ast (2.4.2)
atomic (1.1.101)
awesome_nested_set (3.4.0)
activerecord (>= 4.0.0, < 7.0)
awesome_print (1.9.2)
@@ -604,7 +603,6 @@ DEPENDENCIES
angular_rails_csrf
angularjs-file-upload-rails (~> 2.4.1)
angularjs-rails (= 1.5.5)
atomic
awesome_nested_set
awesome_print
aws-sdk (= 1.67.0)