Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use released arel
  • Loading branch information
rafaelfranca committed Feb 21, 2017
1 parent f4d2bcd commit ea9566f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 16 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -7,8 +7,6 @@ end

gemspec

gem "arel", github: "rails/arel"

# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"

Expand Down
10 changes: 2 additions & 8 deletions Gemfile.lock
Expand Up @@ -23,12 +23,6 @@ GIT
event_emitter
websocket

GIT
remote: https://github.com/rails/arel.git
revision: ab109d3bf1c773da5e78ddc93bb6b55aebbb1c2a
specs:
arel (8.0.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -94,6 +88,7 @@ GEM
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
amq-protocol (2.1.0)
arel (8.0.0)
ast (2.3.0)
backburner (1.3.1)
beaneater (~> 1.0)
Expand Down Expand Up @@ -375,7 +370,6 @@ DEPENDENCIES
activerecord-jdbcmysql-adapter (>= 1.3.0)
activerecord-jdbcpostgresql-adapter (>= 1.3.0)
activerecord-jdbcsqlite3-adapter (>= 1.3.0)
arel!
backburner
bcrypt (~> 3.1.11)
benchmark-ips
Expand Down Expand Up @@ -431,4 +425,4 @@ DEPENDENCIES
websocket-client-simple!

BUNDLED WITH
1.14.3
1.14.4
1 change: 0 additions & 1 deletion guides/bug_report_templates/active_job_master.rb
Expand Up @@ -8,7 +8,6 @@
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
end

require "active_job"
Expand Down
1 change: 0 additions & 1 deletion guides/bug_report_templates/active_record_master.rb
Expand Up @@ -8,7 +8,6 @@
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "sqlite3"
end

Expand Down
Expand Up @@ -8,7 +8,6 @@
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "sqlite3"
end

Expand Down
1 change: 0 additions & 1 deletion guides/bug_report_templates/benchmark.rb
Expand Up @@ -8,7 +8,6 @@
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "benchmark-ips"
end

Expand Down
1 change: 0 additions & 1 deletion guides/bug_report_templates/generic_master.rb
Expand Up @@ -8,7 +8,6 @@
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
end

require "active_support"
Expand Down
1 change: 0 additions & 1 deletion railties/lib/rails/generators/app_base.rb
Expand Up @@ -246,7 +246,6 @@ def version

def rails_gemfile_entry
dev_edge_common = [
GemfileEntry.github("arel", "rails/arel")
]
if options.dev?
[
Expand Down

0 comments on commit ea9566f

Please sign in to comment.