Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use rubinius-ast-2.4.
  • Loading branch information
brixen committed Jan 28, 2016
1 parent 36eee9e commit c3e4476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -4,7 +4,7 @@ GEM
daedalus-core (0.5.0)
rake (10.5.0)
redcard (1.1.0)
rubinius-ast (2.3.2)
rubinius-ast (2.4.0)
rubinius-bridge (1.1.0)
redcard (~> 1.0)
rubinius-build_tools (2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gems_list.txt
Expand Up @@ -9,7 +9,7 @@ rake-10.5.0.gem
rb-readline-0.5.3.gem
rdoc-4.2.1.gem
redcard-1.1.0.gem
rubinius-ast-2.3.2.gem
rubinius-ast-2.4.0.gem
rubinius-bridge-1.1.0.gem
rubinius-build_tools-2.0.0.gem
rubinius-compiler-2.3.1.gem
Expand Down
2 changes: 1 addition & 1 deletion kernel/delta/code_loader.rb
Expand Up @@ -137,7 +137,7 @@ def load_compiler
require_compiled "rubinius/melbourne"
require_compiled "rubinius/processor"
require_compiled "rubinius/compiler"
require_compiled "rubinius/ast"
require_compiled "rubinius/code/ast"
end
rescue Object => e
raise LoadError, "Unable to load the bytecode compiler", e
Expand Down

0 comments on commit c3e4476

Please sign in to comment.