Skip to content

Commit

Permalink
Update Rails to 4.2.10 and 5.0.6 and remove gemfiles/*.gemfile.lock f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
fatkodima committed Jan 20, 2018
1 parent b453e52 commit 88b96cf
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 495 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
/.bundle/
/.yardoc
/Gemfile.lock
/gemfiles/*.gemfile.lock
/_yardoc/
/coverage/
/doc/
Expand Down
4 changes: 2 additions & 2 deletions Appraisals
@@ -1,11 +1,11 @@
# frozen_string_literal: true

appraise "rails-4" do
gem "rails", "4.2.9"
gem "rails", "4.2.10"
end

appraise "rails-5" do
gem "rails", "5.0.5"
gem "rails", "5.0.6"
end

appraise "rails-5-1" do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.gemfile
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "4.2.9"
gem "rails", "4.2.10"

gemspec path: "../"
159 changes: 0 additions & 159 deletions gemfiles/rails_4.gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "5.0.5"
gem "rails", "5.0.6"

gemspec path: "../"
166 changes: 0 additions & 166 deletions gemfiles/rails_5.gemfile.lock

This file was deleted.

0 comments on commit 88b96cf

Please sign in to comment.