Skip to content

Commit

Permalink
fix gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamvl committed Oct 12, 2016
1 parent 20496fc commit 16b98bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ gem 'puma', '~> 3.0'
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors', '0.4.0'

gem 'rack-attack'
gem 'rack-attack', '5.0.1'

gem 'active_model_serializers', '0.10.2'

gem 'awesome_print'
gem 'awesome_print', '1.7.0'

gem 'swagger-docs'
gem 'swagger-docs', '0.2.9'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand All @@ -36,7 +36,7 @@ group :development, :test do
gem 'rspec-rails', '3.5.2'

# Use Factory Girl for generating random test data
gem 'factory_girl_rails'
gem 'factory_girl_rails', '4.7.0'
end

group :development do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,19 @@ PLATFORMS

DEPENDENCIES
active_model_serializers (= 0.10.2)
awesome_print
awesome_print (= 1.7.0)
byebug
factory_girl_rails
factory_girl_rails (= 4.7.0)
listen (~> 3.0.5)
pg (~> 0.18)
puma (~> 3.0)
rack-attack
rack-attack (= 5.0.1)
rack-cors (= 0.4.0)
rails (~> 5.0.0, >= 5.0.0.1)
rspec-rails (= 3.5.2)
spring
spring-watcher-listen (~> 2.0.0)
swagger-docs
swagger-docs (= 0.2.9)
tzinfo-data

BUNDLED WITH
Expand Down

0 comments on commit 16b98bb

Please sign in to comment.